|
ehcache | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
AttributeExtractor | Used to extract a search attribute value for a given cache element. Instances must be Serializable in order to ensure identical
extractors are used in distributed caches |
DynamicAttributesExtractor | Dynamic indexing API |
Class Summary | |
---|---|
JavaBeanAttributeExtractor | Extracts a search attribute determining the value as a javabean property on either the key or the value. |
KeyObjectAttributeExtractor | Attempt to use the element key object itself as a search attribute. |
ReflectionAttributeExtractor | Built-in search attribute extractor driven by method/value dotted expression
chains. The expression chain must start with one of either "key", "value", or "element". |
ValueObjectAttributeExtractor | Attempt to use the element value object itself as a search attribute. |
Enum Summary | |
---|---|
AttributeType | Defines the legal set of runtime types for search attributes |
Exception Summary | |
---|---|
AttributeExtractorException | An exception to indicate that an attribute extractor was unable to be processed. |
UnknownAttributeException | Thrown at query execution time if query referenced an unknown search attribute |
This package contains classes for ehcache search attributes
|
ehcache | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |