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