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

Packages that use Store
org.hibernate.search.annotations   
org.hibernate.search.cfg   
org.hibernate.search.engine   
 

Uses of Store in org.hibernate.search.annotations
 

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

Uses of Store in org.hibernate.search.cfg
 

Methods in org.hibernate.search.cfg with parameters of type Store
 FieldMapping FieldMapping.store(Store store)
           
 FieldMapping FieldBridgeMapping.store(Store store)
           
 ClassBridgeMapping ClassBridgeMapping.store(Store store)
           
 

Uses of Store in org.hibernate.search.engine
 

Fields in org.hibernate.search.engine with type parameters of type Store
 java.util.List<Store> DocumentBuilderContainedEntity.PropertiesMetadata.classStores
           
 java.util.List<Store> DocumentBuilderContainedEntity.PropertiesMetadata.fieldStore
           
 



Copyright © 2006-2010 Hibernate. All Rights Reserved.