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

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

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.cfg
 

Methods in org.hibernate.search.cfg with parameters of type FilterCacheModeType
 FullTextFilterDefMapping FullTextFilterDefMapping.cache(FilterCacheModeType cache)
          Add cache implementation for fulltextfilterdef mapping
 

Uses of FilterCacheModeType in org.hibernate.search.engine.impl
 

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

Uses of FilterCacheModeType in org.hibernate.search.util.impl
 

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



Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved