Uses of Interface
com.speedment.jpastreamer.field.BooleanField
Packages that use BooleanField
Package
Description
Fields expose handlers for accessing columns in generated classes and are
located in this package.
Collectors provided by the Runtime Field module.
-
Uses of BooleanField in com.speedment.jpastreamer.field
Methods in com.speedment.jpastreamer.field that return BooleanFieldModifier and TypeMethodDescriptionstatic <ENTITY> BooleanField<ENTITY>BooleanField.create(Class<ENTITY> table, String columnName, BooleanGetter<ENTITY> getter, boolean unique) Creates a newBooleanFieldusing the default implementation.default BooleanField<ENTITY>BooleanField.getField() -
Uses of BooleanField in com.speedment.jpastreamer.field.collector
Methods in com.speedment.jpastreamer.field.collector with parameters of type BooleanFieldModifier and TypeMethodDescriptionFieldCollectors.groupingBy(BooleanField<ENTITY> field) FieldCollectors.groupingBy(BooleanField<ENTITY> field, Collector<ENTITY, A, R> downstream)