Uses of Interface
org.refcodes.criteria.CriteriaNode
Packages that use CriteriaNode
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 CriteriaNode in org.refcodes.criteria
Classes in org.refcodes.criteria that implement CriteriaNodeModifier and TypeClassDescriptionclassBase class with the base functionality provided forCriteriaNodeimplementations.classACriteriaNoderepresenting a logical AND operator.classACriteriaNoderepresenting a logical INTERSECT operator.classACriteriaNoderepresenting a logical NOT operator.classACriteriaNoderepresenting a logical OR operator.