Uses of Class
org.refcodes.criteria.CriteriaException.BadCriteriaException
Packages that use CriteriaException.BadCriteriaException
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 CriteriaException.BadCriteriaException in org.refcodes.criteria
Subclasses of CriteriaException.BadCriteriaException in org.refcodes.criteriaModifier and TypeClassDescriptionclassThe Class ComplexCriteriaException.Methods in org.refcodes.criteria that throw CriteriaException.BadCriteriaExceptionModifier and TypeMethodDescriptionstatic <P> Set<P>CriteriaUtility.getPartitions(Criteria aCriteria, String aKey, Class<P> aType) Tries to determine the partitions specified by the given key and type being addressed by the query represented by the given criteria.