Uses of Package
org.refcodes.criteria
Packages that use org.refcodes.criteria
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).-
Classes in org.refcodes.criteria used by org.refcodes.criteriaClassDescriptionBase class with the base
CriteriaLeaffunctionality provided forCriteriaLeafimplementations.Base class with the base functionality provided forCriteriaNodeimplementations.ACriteriaNoderepresenting a logical AND operator.TheCriteriaitself is the base definition of functionality which theCriteriaNodeandCriteriaLeafimplementations are to support.Provides an accessor for aCriteriaproperty.Provides a mutator for aCriteriaproperty.The ClassCriteriaExceptionis thrown in case ofCriteriarelated problems.TheCriteriaException.BadCriteriaExceptionis thrown in case of problems related to someCriteria.TheCriteriaFactoryconstructs aCriteria(tree) from the provided query.A CriteriaLeaf tree leaf is an expression usually relating to a key (for example identifying a table's column in a database) and a value, both of which consolidating an expression (for example "City = 'Munich'").A CriteriaNode tree node may represent a logical AND or a logical OR or a logical NOT applied on the node's children Criteria (CriteriaNode instances and CriteriaLeaf instances).The Class CriteriaRuntimeException.The purpose of aCriteriaSchemais automatically generate documentation ofCriteriastructures.ACriteriaLeafrepresenting a EQUAL WITH expression.ACriteriaLeafrepresenting a GREATER OR EQUAL THAN expression.ACriteriaLeafrepresenting a GREATER THAN expression.ACriteriaNoderepresenting a logical INTERSECT operator.ACriteriaLeafrepresenting a LESS OR EQUAL THAN expression.ACriteriaLeafrepresenting a LESS THAN expression.ACriteriaNoderepresenting a logical NOT operator.ACriteriaLeafrepresenting a NOT EQUAL WITH expression.ACriteriaNoderepresenting a logical OR operator.TheQueryFactorygenerates a query from the providedCriteria(tree).