Package net.sf.ehcache.search.attribute
This package contains classes for ehcache search attributes
-
Interface Summary Interface Description AttributeExtractor Used to extract a search attribute value for a given cache element.
Instances must beSerializablein order to ensure identical extractors are used in distributed cachesDynamicAttributesExtractor Dynamic indexing API -
Class Summary Class Description 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 Enum Description AttributeType Defines the legal set of runtime types for search attributes -
Exception Summary Exception Description 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