Package net.sf.ehcache.search.expression
This package contains classes for search expression types
(ie. boolean logic)
-
Interface Summary Interface Description Criteria Criteria interface defines a boolean function that computes a search match result -
Class Summary Class Description AlwaysMatch Criteria that always return trueAnd A search criteria composed of the logical "and" of two or more other criteriaBaseCriteria Base class for all criteria typesBetween Range criteriaComparableValue Abstract base class for criteria involvingComparablevaluesEqualTo A comparison operator meaning Java "equals to" conditionGreaterThan Greater than criteriaGreaterThanOrEqual Greater than or equal criteriaILike A regular expression criteria that matches attribute string values.InCollection Criteria for inclusion in a given Collection (presumably a Set) of valuesIsNull Tests whether the value of attribute with given name is nullLessThan Less than criteriaLessThanOrEqual Less than or equal criteriaNot A search criteria composed of the logical "not" (ie.NotEqualTo Criteria for plain "not equals to" conditionNotILike Inverse ofILikeNotNull Or A search criteria composed of the logical "or" of two or more other criteria