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

    Modifier and Type
    Interface
    Description
    interface 
    A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
    interface 
    ByteGetter<ENTITY>
    A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
    interface 
    CharGetter<ENTITY>
    A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
    interface 
    DoubleGetter<ENTITY>
    A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
    interface 
    FloatGetter<ENTITY>
    A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
    interface 
    GetBoolean<ENTITY>
    A more detailed BooleanGetter that also contains information about the field that created it.
    interface 
    GetByte<ENTITY>
    A more detailed ByteGetter that also contains information about the field that created it.
    interface 
    GetChar<ENTITY>
    A more detailed CharGetter that also contains information about the field that created it.
    interface 
    GetDouble<ENTITY>
    A more detailed DoubleGetter that also contains information about the field that created it.
    interface 
    GetFloat<ENTITY>
    A more detailed FloatGetter that also contains information about the field that created it.
    interface 
    GetInt<ENTITY>
    A more detailed IntGetter that also contains information about the field that created it.
    interface 
    GetLong<ENTITY>
    A more detailed LongGetter that also contains information about the field that created it.
    interface 
    GetReference<ENTITY,T>
     
    interface 
    GetShort<ENTITY>
    A more detailed ShortGetter that also contains information about the field that created it.
    interface 
    IntGetter<ENTITY>
    A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
    interface 
    LongGetter<ENTITY>
    A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
    interface 
    ReferenceGetter<ENTITY,V>
    A short-cut functional reference to the getXXX() method for a particular field in an entity.
    interface 
    ShortGetter<ENTITY>
    A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
  • Uses of Getter in com.speedment.jpastreamer.field.trait

    Modifier and Type
    Method
    Description
    HasGetter.getter()
    Returns a reference to the getter for this field.