| Package | Description |
|---|---|
| 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.
|
| Class and Description |
|---|
| Criteria
Criteria interface defines a boolean function that computes a search match result
|
| Class and Description |
|---|
| 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
|
| Class and Description |
|---|
| 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
|
| Class and Description |
|---|
| Criteria
Criteria interface defines a boolean function that computes a search match result
|
Copyright 2001-2021, Terracotta, Inc.