Module jpastreamer.field
Package com.speedment.jpastreamer.field.method
package com.speedment.jpastreamer.field.method
Functional interfaces used by Fields are located in this package.
This package is part of the API. Modifications to classes here should only (if ever) be done in major releases.
-
InterfacesClassDescriptionBooleanGetter<ENTITY>A short-cut functional reference to the
getXXX(value)method for a particular field in an entity.ByteGetter<ENTITY>A short-cut functional reference to thegetXXX(value)method for a particular field in an entity.CharGetter<ENTITY>A short-cut functional reference to thegetXXX(value)method for a particular field in an entity.DoubleGetter<ENTITY>A short-cut functional reference to thegetXXX(value)method for a particular field in an entity.FloatGetter<ENTITY>A short-cut functional reference to thegetXXX(value)method for a particular field in an entity.GetBoolean<ENTITY>A more detailedBooleanGetterthat also contains information about the field that created it.GetByte<ENTITY>A more detailedByteGetterthat also contains information about the field that created it.GetChar<ENTITY>A more detailedCharGetterthat also contains information about the field that created it.GetDouble<ENTITY>A more detailedDoubleGetterthat also contains information about the field that created it.GetFloat<ENTITY>A more detailedFloatGetterthat also contains information about the field that created it.GetInt<ENTITY>A more detailedIntGetterthat also contains information about the field that created it.GetLong<ENTITY>A more detailedLongGetterthat also contains information about the field that created it.GetReference<ENTITY,T> GetShort<ENTITY>A more detailedShortGetterthat also contains information about the field that created it.Getter<ENTITY>IntGetter<ENTITY>A short-cut functional reference to thegetXXX(value)method for a particular field in an entity.LongGetter<ENTITY>A short-cut functional reference to thegetXXX(value)method for a particular field in an entity.ReferenceGetter<ENTITY,V> A short-cut functional reference to thegetXXX()method for a particular field in an entity.ShortGetter<ENTITY>A short-cut functional reference to thegetXXX(value)method for a particular field in an entity.