Uses of Interface
com.speedment.jpastreamer.field.method.FloatGetter
Packages that use FloatGetter
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 FloatGetter in com.speedment.jpastreamer.field
Methods in com.speedment.jpastreamer.field with parameters of type FloatGetterModifier and TypeMethodDescriptionstatic <ENTITY> FloatField<ENTITY>FloatField.create(Class<ENTITY> table, String columnName, FloatGetter<ENTITY> getter, boolean unique) Creates a newFloatFieldusing the default implementation. -
Uses of FloatGetter in com.speedment.jpastreamer.field.method
Subinterfaces of FloatGetter in com.speedment.jpastreamer.field.methodModifier and TypeInterfaceDescriptioninterfaceGetFloat<ENTITY>A more detailedFloatGetterthat also contains information about the field that created it.