Uses of Enum
com.speedment.jpastreamer.field.predicate.Inclusion
Packages that use Inclusion
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.
Traits used in Speedment fields are located in this package.
-
Uses of Inclusion in com.speedment.jpastreamer.field.predicate
Methods in com.speedment.jpastreamer.field.predicate that return Inclusion -
Uses of Inclusion in com.speedment.jpastreamer.field.predicate.trait
Methods in com.speedment.jpastreamer.field.predicate.trait that return InclusionModifier and TypeMethodDescriptionHasInclusion.getInclusion()Returns the inclusion strategy used in the predicate. -
Uses of Inclusion in com.speedment.jpastreamer.field.trait
Methods in com.speedment.jpastreamer.field.trait with parameters of type InclusionModifier and TypeMethodDescriptionReturns aPredicatethat will evaluate totrue, if and only if this Field is between the given values and taking the Inclusion parameter into account when determining if either of the end points shall be included in the Field range or not.HasComparableOperators.notBetween(V start, V end, Inclusion inclusion) Returns aPredicatethat will evaluate totrue, if and only if this Field is not between the given values and taking the Inclusion parameter into account when determining if either of the end points shall be included in the Field range or not.