Uses of Class
com.speedment.runtime.compute.expression.ExpressionType
-
Packages that use ExpressionType Package Description com.speedment.runtime.compute The Runtime Compute module adds a large number of functional interfaces to the Speedment system that allows computations to be performed on entities in a Stream without loosing metadata required by Speedment to optimize the stream.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 ExpressionType in com.speedment.runtime.compute
-
Uses of ExpressionType in com.speedment.runtime.compute.expression
Methods in com.speedment.runtime.compute.expression that return ExpressionType Modifier and Type Method Description ExpressionTypeExpression. expressionType()Returns the expression type of this expression.static ExpressionTypeExpressionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExpressionType[]ExpressionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-