Module jpastreamer.field
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.
-
InterfacesClassDescriptionFieldMapper<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.FieldToBigDecimal<ENTITY,T> SpecificFieldMapperimplementation that also implementsToBigDecimalNullable.FieldToBoolean<ENTITY,T> SpecificFieldMapperimplementation that also implementsToBooleanNullable.FieldToByte<ENTITY,T> SpecificFieldMapperimplementation that also implementsToByteNullable.FieldToChar<ENTITY,T> SpecificFieldMapperimplementation that also implementsToCharNullable.FieldToDouble<ENTITY,T> SpecificFieldMapperimplementation that also implementsToDoubleNullable.FieldToEnum<ENTITY,T, E extends Enum<E>> SpecificFieldMapperimplementation that also implementsToStringNullable.FieldToFloat<ENTITY,T> SpecificFieldMapperimplementation that also implementsToFloatNullable.FieldToInt<ENTITY,T> SpecificFieldMapperimplementation that also implementsToIntNullable.FieldToLong<ENTITY,T> SpecificFieldMapperimplementation that also implementsToLongNullable.FieldToShort<ENTITY,T> SpecificFieldMapperimplementation that also implementsToShortNullable.FieldToString<ENTITY,T> SpecificFieldMapperimplementation that also implementsToStringNullable.