Uses of Class
com.speedment.runtime.compute.expression.predicate.NullPredicateType
-
Packages that use NullPredicateType Package Description com.speedment.runtime.compute.expression.predicate Specializations of predicates that are returned by expressions. -
-
Uses of NullPredicateType in com.speedment.runtime.compute.expression.predicate
Methods in com.speedment.runtime.compute.expression.predicate that return NullPredicateType Modifier and Type Method Description default NullPredicateTypeIsNotNull. nullPredicateType()default NullPredicateTypeIsNull. nullPredicateType()NullPredicateTypeNullPredicate. nullPredicateType()If this predicate represents a simplea == nullora != nullpredicate on the mapped value, then this method may choose to return a special value so that the predicate may be short-circuited.static NullPredicateTypeNullPredicateType. valueOf(String name)Returns the enum constant of this type with the specified name.static NullPredicateType[]NullPredicateType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-