Uses of Interface
com.speedment.jpastreamer.field.FloatField
Packages that use FloatField
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 FloatField in com.speedment.jpastreamer.field
Methods in com.speedment.jpastreamer.field that return FloatFieldModifier and TypeMethodDescriptionstatic <ENTITY> FloatField<ENTITY>FloatField.create(Class<ENTITY> table, String columnName, FloatGetter<ENTITY> getter, boolean unique) Creates a newFloatFieldusing the default implementation.default FloatField<ENTITY>FloatField.getField() -
Uses of FloatField in com.speedment.jpastreamer.field.collector
Methods in com.speedment.jpastreamer.field.collector with parameters of type FloatFieldModifier and TypeMethodDescriptionFieldCollectors.groupingBy(FloatField<ENTITY> field) FieldCollectors.groupingBy(FloatField<ENTITY> field, Collector<ENTITY, A, R> downstream)