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