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.

  • Interfaces
    Class
    Description
    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 the getXXX(value) method for a particular field in an entity.
    CharGetter<ENTITY>
    A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
    DoubleGetter<ENTITY>
    A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
    FloatGetter<ENTITY>
    A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
    GetBoolean<ENTITY>
    A more detailed BooleanGetter that also contains information about the field that created it.
    GetByte<ENTITY>
    A more detailed ByteGetter that also contains information about the field that created it.
    GetChar<ENTITY>
    A more detailed CharGetter that also contains information about the field that created it.
    GetDouble<ENTITY>
    A more detailed DoubleGetter that also contains information about the field that created it.
    GetFloat<ENTITY>
    A more detailed FloatGetter that also contains information about the field that created it.
    GetInt<ENTITY>
    A more detailed IntGetter that also contains information about the field that created it.
    GetLong<ENTITY>
    A more detailed LongGetter that also contains information about the field that created it.
    GetReference<ENTITY,T>
     
    GetShort<ENTITY>
    A more detailed ShortGetter that also contains information about the field that created it.
    Getter<ENTITY>
     
    IntGetter<ENTITY>
    A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
    LongGetter<ENTITY>
    A short-cut functional reference to the getXXX(value) method for a particular field in an entity.
    ReferenceGetter<ENTITY,V>
    A short-cut functional reference to the getXXX() method for a particular field in an entity.
    ShortGetter<ENTITY>
    A short-cut functional reference to the getXXX(value) method for a particular field in an entity.