Uses of Interface
org.refcodes.criteria.CriteriaFactory
-
Packages that use CriteriaFactory 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 CriteriaFactory in org.refcodes.criteria
Classes in org.refcodes.criteria that implement CriteriaFactory Modifier and Type Class Description classExpressionCriteriaFactoryImplImplements aCriteriaFactorywhich is capable of parsing an expression such as the following one: ( ( ( City = 'Berlin' ) OR ( City = 'Munich' ) ) AND ( Surname = 'Miller' ) ).
-