Uses of Enum
com.speedment.jpastreamer.field.predicate.CombinedPredicate.Type
Packages that use CombinedPredicate.Type
Package
Description
The different types of predicates generated by Fields are located in this
package.
-
Uses of CombinedPredicate.Type in com.speedment.jpastreamer.field.predicate
Methods in com.speedment.jpastreamer.field.predicate that return CombinedPredicate.TypeModifier and TypeMethodDescriptionCombinedPredicate.getType()Returns theCombinedPredicate.Typeof this CombinedBasePredicatestatic CombinedPredicate.TypeReturns the enum constant of this type with the specified name.static CombinedPredicate.Type[]CombinedPredicate.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.