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