Uses of Interface
com.speedment.jpastreamer.field.trait.HasBooleanValue
Packages that use HasBooleanValue
Package
Description
Fields expose handlers for accessing columns in generated classes and are
located in this package.
Comparators provided by the Runtime Field module.
Functional interfaces used by Fields are located in this package.
-
Uses of HasBooleanValue in com.speedment.jpastreamer.field
Subinterfaces of HasBooleanValue in com.speedment.jpastreamer.fieldModifier and TypeInterfaceDescriptioninterfaceBooleanField<ENTITY>A field that represents a primitivebooleanvalue. -
Uses of HasBooleanValue in com.speedment.jpastreamer.field.comparator
Methods in com.speedment.jpastreamer.field.comparator that return HasBooleanValueModifier and TypeMethodDescriptionBooleanFieldComparator.getField()Gets the field that is being compared. -
Uses of HasBooleanValue in com.speedment.jpastreamer.field.method
Methods in com.speedment.jpastreamer.field.method that return HasBooleanValueModifier and TypeMethodDescriptionGetBoolean.getField()Returns the field that created theget()-operation.