Uses of Interface
org.refcodes.criteria.AndCriteria
-
Packages that use AndCriteria Package Description org.refcodes.criteria The refcodes-criteria framework allows the construction of criteria for selecting or filtering or identifying issues (such issues could be the selection of entries from a database). -
-
Uses of AndCriteria in org.refcodes.criteria
Methods in org.refcodes.criteria that return AndCriteria Modifier and Type Method Description static AndCriteriaCriteriaSugar. and(Criteria... aChildren)Creates an ANDCriteriaNodecontaining the providedCriteriachildren.
-