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

Packages that use Store
org.hibernate.search.annotations   
org.hibernate.search.cfg   
org.hibernate.search.engine.impl   
org.hibernate.search.engine.metadata.impl Internal metadata classes created during metadata processing and used by the document builders at runtime. 
org.hibernate.search.metadata   
org.hibernate.search.metadata.impl   
 

Uses of Store in org.hibernate.search.annotations
 

Methods in org.hibernate.search.annotations that return Store
static Store Store.valueOf(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
 ClassBridgeMapping ClassBridgeMapping.store(Store store)
           
 EntitySpatialMapping EntitySpatialMapping.store(Store store)
           
 FieldMapping FieldBridgeMapping.store(Store store)
           
 FieldMapping FieldMapping.store(Store store)
           
 IndexedClassBridgeMapping IndexedClassBridgeMapping.store(Store store)
           
 PropertySpatialMapping PropertySpatialMapping.store(Store store)
           
 

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

Methods in org.hibernate.search.engine.impl with parameters of type Store
static void DocumentBuilderHelper.populateResult(String fieldName, FieldBridge fieldBridge, Store store, Object[] result, Document document, ConversionContext conversionContext, int matchingPosition)
           
 

Uses of Store in org.hibernate.search.engine.metadata.impl
 

Methods in org.hibernate.search.engine.metadata.impl that return Store
 Store DocumentFieldMetadata.getStore()
           
 

Constructors in org.hibernate.search.engine.metadata.impl with parameters of type Store
DocumentFieldMetadata.Builder(String fieldName, Store store, Field.Index index, Field.TermVector termVector)
           
 

Uses of Store in org.hibernate.search.metadata
 

Methods in org.hibernate.search.metadata that return Store
 Store FieldSettingsDescriptor.getStore()
           
 

Uses of Store in org.hibernate.search.metadata.impl
 

Methods in org.hibernate.search.metadata.impl that return Store
 Store FieldDescriptorImpl.getStore()
           
 



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