Uses of Class
org.hibernate.search.annotations.FilterCacheModeType

Packages that use FilterCacheModeType
org.hibernate.search.annotations   
org.hibernate.search.engine   
org.hibernate.search.util   
 

Uses of FilterCacheModeType in org.hibernate.search.annotations
 

Methods in org.hibernate.search.annotations that return FilterCacheModeType
static FilterCacheModeType FilterCacheModeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FilterCacheModeType[] FilterCacheModeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of FilterCacheModeType in org.hibernate.search.engine
 

Methods in org.hibernate.search.engine that return FilterCacheModeType
 FilterCacheModeType FilterDef.getCacheMode()
           
 

Uses of FilterCacheModeType in org.hibernate.search.util
 

Methods in org.hibernate.search.util with parameters of type FilterCacheModeType
static boolean FilterCacheModeTypeHelper.cacheInstance(FilterCacheModeType type)
           
static boolean FilterCacheModeTypeHelper.cacheResults(FilterCacheModeType type)
           
 



Copyright © 2011 Hibernate. All Rights Reserved.