Uses of Class
com.speedment.runtime.compute.expression.NonNullableExpression.NullStrategy
-
Packages that use NonNullableExpression.NullStrategy 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.com.speedment.runtime.compute.expression.orelse -
-
Uses of NonNullableExpression.NullStrategy in com.speedment.runtime.compute.expression
Methods in com.speedment.runtime.compute.expression that return NonNullableExpression.NullStrategy Modifier and Type Method Description NonNullableExpression.NullStrategyNonNullableExpression. nullStrategy()Returns the strategy used by this expression to deal with the case whenNonNullableExpression.innerNullable()would have returnednull.static NonNullableExpression.NullStrategyNonNullableExpression.NullStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static NonNullableExpression.NullStrategy[]NonNullableExpression.NullStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NonNullableExpression.NullStrategy in com.speedment.runtime.compute.expression.orelse
-