Uses of Class
org.refcodes.criteria.IntersectWithCriteria
Packages that use IntersectWithCriteria
Package
Description
This artifact allows the construction of This artifact allows the
construction of
Criteria instances for
selecting, filtering or identifying (such as the selection of entries from a
database).-
Uses of IntersectWithCriteria in org.refcodes.criteria
Methods in org.refcodes.criteria that return IntersectWithCriteriaModifier and TypeMethodDescriptionstatic IntersectWithCriteriaCriteriaSugar.intersectWith(Criteria... aChildren) Creates an INTERSECTCriteriaNodecontaining the providedCriteriachildren.Methods in org.refcodes.criteria with parameters of type IntersectWithCriteriaModifier and TypeMethodDescriptionExpressionQueryFactory.toQuery(IntersectWithCriteria aCriteriaNode, boolean isCriteriaTreeRoot) Generates a query string for the givenCriteriaNode.