Uses of Class
com.speedment.runtime.compute.expression.MapperExpression.MapperType
-
Packages that use MapperExpression.MapperType Package Description com.speedment.runtime.compute.expression Expression builders that can produce efficient and type-safe implementations of the interfaces in thecom.speedment.enterprise.aggregator.functionpackage. -
-
Uses of MapperExpression.MapperType in com.speedment.runtime.compute.expression
Methods in com.speedment.runtime.compute.expression that return MapperExpression.MapperType Modifier and Type Method Description MapperExpression.MapperTypeMapperExpression. mapperType()Returns the type of mapper that theMapperExpression.mapper()-method returns an instance of.static MapperExpression.MapperTypeMapperExpression.MapperType. valueOf(String name)Returns the enum constant of this type with the specified name.static MapperExpression.MapperType[]MapperExpression.MapperType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-