Uses of Interface
com.speedment.jpastreamer.field.method.Getter
Packages that use Getter
Package
Description
Functional interfaces used by Fields are located in this package.
Traits used in Speedment fields are located in this package.
-
Uses of Getter in com.speedment.jpastreamer.field.method
Subinterfaces of Getter in com.speedment.jpastreamer.field.methodModifier and TypeInterfaceDescriptioninterfaceBooleanGetter<ENTITY>A short-cut functional reference to thegetXXX(value)method for a particular field in an entity.interfaceByteGetter<ENTITY>A short-cut functional reference to thegetXXX(value)method for a particular field in an entity.interfaceCharGetter<ENTITY>A short-cut functional reference to thegetXXX(value)method for a particular field in an entity.interfaceDoubleGetter<ENTITY>A short-cut functional reference to thegetXXX(value)method for a particular field in an entity.interfaceFloatGetter<ENTITY>A short-cut functional reference to thegetXXX(value)method for a particular field in an entity.interfaceGetBoolean<ENTITY>A more detailedBooleanGetterthat also contains information about the field that created it.interfaceGetByte<ENTITY>A more detailedByteGetterthat also contains information about the field that created it.interfaceGetChar<ENTITY>A more detailedCharGetterthat also contains information about the field that created it.interfaceGetDouble<ENTITY>A more detailedDoubleGetterthat also contains information about the field that created it.interfaceGetFloat<ENTITY>A more detailedFloatGetterthat also contains information about the field that created it.interfaceGetInt<ENTITY>A more detailedIntGetterthat also contains information about the field that created it.interfaceGetLong<ENTITY>A more detailedLongGetterthat also contains information about the field that created it.interfaceGetReference<ENTITY,T> interfaceGetShort<ENTITY>A more detailedShortGetterthat also contains information about the field that created it.interfaceIntGetter<ENTITY>A short-cut functional reference to thegetXXX(value)method for a particular field in an entity.interfaceLongGetter<ENTITY>A short-cut functional reference to thegetXXX(value)method for a particular field in an entity.interfaceReferenceGetter<ENTITY,V> A short-cut functional reference to thegetXXX()method for a particular field in an entity.interfaceShortGetter<ENTITY>A short-cut functional reference to thegetXXX(value)method for a particular field in an entity. -
Uses of Getter in com.speedment.jpastreamer.field.trait
Methods in com.speedment.jpastreamer.field.trait that return Getter