Package | Description |
---|---|
net.sf.ehcache.search.expression |
This package contains classes for search expression types
(ie.
|
Modifier and Type | Class and Description |
---|---|
class |
AlwaysMatch
Criteria that always return true
|
class |
And
A search criteria composed of the logical "and" of two or more other criteria
|
class |
Between
Range criteria
|
class |
ComparableValue
Abstract base class for criteria involving
Comparable values |
class |
EqualTo
A comparison operator meaning Java "equals to" condition
|
class |
GreaterThan
Greater than criteria
|
class |
GreaterThanOrEqual
Greater than or equal criteria
|
class |
ILike
A regular expression criteria that matches attribute string values.
|
class |
InCollection
Criteria for inclusion in a given Collection (presumably a Set) of values
|
class |
IsNull
Tests whether the value of attribute with given name is null
|
class |
LessThan
Less than criteria
|
class |
LessThanOrEqual
Less than or equal criteria
|
class |
Not
A search criteria composed of the logical "not" (ie.
|
class |
NotEqualTo
Criteria for plain "not equals to" condition
|
class |
NotILike
Inverse of
ILike |
class |
NotNull |
class |
Or
A search criteria composed of the logical "or" of two or more other criteria
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.