Uses of Enum
com.speedment.jpastreamer.field.predicate.PredicateType
Packages that use PredicateType
Package
Description
The different types of predicates generated by Fields are located in this
package.
Traits used in Speedment predicates are located in this package.
-
Uses of PredicateType in com.speedment.jpastreamer.field.predicate
Methods in com.speedment.jpastreamer.field.predicate that return PredicateTypeModifier and TypeMethodDescriptionPredicateType.effectiveType(boolean negate) default PredicateTypeFieldIsNotNullPredicate.getPredicateType()default PredicateTypeFieldIsNullPredicate.getPredicateType()PredicateType.negate()static PredicateTypeReturns the enum constant of this type with the specified name.static PredicateType[]PredicateType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PredicateType in com.speedment.jpastreamer.field.predicate.trait
Methods in com.speedment.jpastreamer.field.predicate.trait that return PredicateTypeModifier and TypeMethodDescriptionHasPredicateType.getPredicateType()Returns the type of this predicate.