Uses of Class
net.sf.ehcache.config.SearchAttribute
-
Packages that use SearchAttribute Package Description 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 Modifier and Type Method Description SearchAttributeSearchAttribute. className(java.lang.String className)Set the attribute extractor class nameSearchAttributeSearchAttribute. expression(java.lang.String expression)Set the attribute expressionSearchAttributeSearchAttribute. name(java.lang.String name)Set the attribute nameSearchAttributeSearchAttribute. properties(java.lang.String props)Set the extractor propertiesSearchAttributeSearchAttribute. propertySeparator(java.lang.String sep)Set the extractor properties separatorSearchAttributeSearchAttribute. type(java.lang.Class<?> type)Set optional attribute typeSearchAttributeSearchAttribute. type(java.lang.String type)Set optional attribute typeMethods in net.sf.ehcache.config that return types with arguments of type SearchAttribute Modifier and Type Method Description java.util.Map<java.lang.String,SearchAttribute>CacheConfiguration. getSearchAttributes()Get the defined search attributes indexed by attribute namejava.util.Map<java.lang.String,SearchAttribute>Searchable. getSearchAttributes()Get the defined search attributes indexed by attribute namejava.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 Modifier and Type Method Description voidSearchable. addSearchAttribute(SearchAttribute searchAttribute)Add the given search attributestatic java.lang.Class<?>ConfigurationHelper. getSearchAttributeType(SearchAttribute sa, java.lang.ClassLoader loader)Deprecated.internal use onlySearchableSearchable. searchAttribute(SearchAttribute searchAttribute)Add a search attribute
-