|
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchAttribute | |
|---|---|
| net.sf.ehcache.config | This package contains the cache configuration code. |
| Uses of SearchAttribute in net.sf.ehcache.config |
|---|
| Methods in net.sf.ehcache.config that return SearchAttribute | |
|---|---|
SearchAttribute |
SearchAttribute.className(java.lang.String className)
Set the attribute extractor class name |
SearchAttribute |
SearchAttribute.expression(java.lang.String expression)
Set the attribute expression |
SearchAttribute |
SearchAttribute.name(java.lang.String name)
Set the attribute name |
SearchAttribute |
SearchAttribute.properties(java.lang.String props)
Set the extractor properties |
SearchAttribute |
SearchAttribute.propertySeparator(java.lang.String sep)
Set the extractor properties separator |
| Methods in net.sf.ehcache.config that return types with arguments of type SearchAttribute | |
|---|---|
java.util.Map<java.lang.String,SearchAttribute> |
Searchable.getSearchAttributes()
Get the defined search attributes indexed by attribute name |
java.util.Map<java.lang.String,SearchAttribute> |
CacheConfiguration.getSearchAttributes()
Get the defined search attributes indexed by attribute name |
java.util.Map<java.lang.String,SearchAttribute> |
Searchable.getUserDefinedSearchAttributes()
Get the defined search attributes indexed by attribute name *excluding* any search attributes that are automatically/implicitly defined (eg. |
| Methods in net.sf.ehcache.config with parameters of type SearchAttribute | |
|---|---|
void |
Searchable.addSearchAttribute(SearchAttribute searchAttribute)
Add the given search attribute |
Searchable |
Searchable.searchAttribute(SearchAttribute searchAttribute)
Add a search attribute |
|
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||