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

Packages that use FieldCacheType
org.hibernate.search.annotations   
org.hibernate.search.cfg   
org.hibernate.search.engine.spi   
 

Uses of FieldCacheType in org.hibernate.search.annotations
 

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

Uses of FieldCacheType in org.hibernate.search.cfg
 

Methods in org.hibernate.search.cfg with parameters of type FieldCacheType
 IndexedMapping IndexedMapping.cacheFromIndex(FieldCacheType... type)
           
 

Uses of FieldCacheType in org.hibernate.search.engine.spi
 

Methods in org.hibernate.search.engine.spi that return types with arguments of type FieldCacheType
 Set<FieldCacheType> DocumentBuilderIndexedEntity.getFieldCacheOption()
           
 



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