Package | Description |
---|---|
net.sf.ehcache.search.attribute |
This package contains classes for ehcache search attributes
|
net.sf.ehcache.search.expression |
This package contains classes for search expression types
(ie.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Class,AttributeType> |
AttributeType.MAPPINGS |
Modifier and Type | Method and Description |
---|---|
static AttributeType |
AttributeType.typeFor(java.lang.String name,
java.lang.Object value)
Get the appropriate @{link
AttributeType enum for the given object value. |
private static AttributeType |
AttributeType.typeForOrNull(java.lang.Object value) |
static AttributeType |
AttributeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttributeType[] |
AttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private AttributeType |
EqualTo.type |
private AttributeType |
ComparableValue.type |
private AttributeType |
InCollection.type |
Modifier and Type | Method and Description |
---|---|
private static AttributeType |
Between.computeType(java.lang.String attributeName,
java.lang.Object min,
java.lang.Object max) |
AttributeType |
EqualTo.getType()
Get attribute type.
|
AttributeType |
ComparableValue.getType()
Attribute type.
|
private AttributeType |
InCollection.verifyCommonType() |
Constructor and Description |
---|
ComparableValue(java.lang.String attributeName,
AttributeType type)
Constructor
|