Uses of Interface
com.speedment.jpastreamer.field.method.BooleanGetter
Packages that use BooleanGetter
Package
Description
Fields expose handlers for accessing columns in generated classes and are
located in this package.
Functional interfaces used by Fields are located in this package.
-
Uses of BooleanGetter in com.speedment.jpastreamer.field
Methods in com.speedment.jpastreamer.field with parameters of type BooleanGetterModifier and TypeMethodDescriptionstatic <ENTITY> BooleanField<ENTITY>BooleanField.create(Class<ENTITY> table, String columnName, BooleanGetter<ENTITY> getter, boolean unique) Creates a newBooleanFieldusing the default implementation. -
Uses of BooleanGetter in com.speedment.jpastreamer.field.method
Subinterfaces of BooleanGetter in com.speedment.jpastreamer.field.methodModifier and TypeInterfaceDescriptioninterfaceGetBoolean<ENTITY>A more detailedBooleanGetterthat also contains information about the field that created it.