|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use net.sf.ehcache.search.expression | |
---|---|
net.sf.ehcache.search | This package contains classes for ehcache core search API. |
net.sf.ehcache.search.expression | This package contains classes for search expression types (ie. |
net.sf.ehcache.search.impl | This package contains an implementation for Results. |
net.sf.ehcache.store | Store package. |
Classes in net.sf.ehcache.search.expression used by net.sf.ehcache.search | |
---|---|
Criteria
Criteria interface defines a boolean function that computes a search match result |
Classes in net.sf.ehcache.search.expression used by net.sf.ehcache.search.expression | |
---|---|
BaseCriteria
Base class for all criteria types |
|
ComparableValue
Abstract base class for criteria involving Comparable values |
|
Criteria
Criteria interface defines a boolean function that computes a search match result |
|
EqualTo
A comparison operator meaning Java "equals to" condition |
Classes in net.sf.ehcache.search.expression used by net.sf.ehcache.search.impl | |
---|---|
And
A search criteria composed of the logical "and" of two or more other criteria |
|
Between
Range criteria |
|
Criteria
Criteria interface defines a boolean function that computes a search match result |
|
EqualTo
A comparison operator meaning Java "equals to" condition |
|
GreaterThan
Greater than criteria |
|
GreaterThanOrEqual
Greater than or equal criteria |
|
ILike
A regular expression criteria that matches attribute string values. |
|
InCollection
Criteria for inclusion in a given Collection (presumably a Set) of values |
|
IsNull
Tests whether the value of attribute with given name is null |
|
LessThan
Less than criteria |
|
LessThanOrEqual
Less than or equal criteria |
|
NotEqualTo
Criteria for plain "not equals to" condition |
|
NotILike
Inverse of ILike |
|
NotNull
|
|
Or
A search criteria composed of the logical "or" of two or more other criteria |
Classes in net.sf.ehcache.search.expression used by net.sf.ehcache.store | |
---|---|
Criteria
Criteria interface defines a boolean function that computes a search match result |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |