Package com.speedment.jpastreamer.field.expression


package com.speedment.jpastreamer.field.expression
This package contains expression classes.

This package is part of the API. Modifications to classes here should only (if ever) be done in major releases.

  • Interfaces
    Class
    Description
    FieldMapper<ENTITY,T,R,NON_NULLABLE extends com.speedment.runtime.compute.expression.Expression<ENTITY>,MAPPER>
    Specialized expression that takes the value of a particular Speedment field and maps it to a specific type.
    Specific FieldMapper implementation that also implements ToBigDecimalNullable.
    FieldToBoolean<ENTITY,T>
    Specific FieldMapper implementation that also implements ToBooleanNullable.
    FieldToByte<ENTITY,T>
    Specific FieldMapper implementation that also implements ToByteNullable.
    FieldToChar<ENTITY,T>
    Specific FieldMapper implementation that also implements ToCharNullable.
    FieldToDouble<ENTITY,T>
    Specific FieldMapper implementation that also implements ToDoubleNullable.
    FieldToEnum<ENTITY,T,E extends Enum<E>>
    Specific FieldMapper implementation that also implements ToStringNullable.
    FieldToFloat<ENTITY,T>
    Specific FieldMapper implementation that also implements ToFloatNullable.
    FieldToInt<ENTITY,T>
    Specific FieldMapper implementation that also implements ToIntNullable.
    FieldToLong<ENTITY,T>
    Specific FieldMapper implementation that also implements ToLongNullable.
    FieldToShort<ENTITY,T>
    Specific FieldMapper implementation that also implements ToShortNullable.
    FieldToString<ENTITY,T>
    Specific FieldMapper implementation that also implements ToStringNullable.