Uses of Interface
org.hibernate.search.engine.spi.EntityIndexBinding

Packages that use EntityIndexBinding
org.hibernate.search.backend.impl   
org.hibernate.search.engine.impl   
org.hibernate.search.engine.spi   
org.hibernate.search.impl   
org.hibernate.search.indexes.impl   
org.hibernate.search.spi   
org.hibernate.search.spi.internals   
 

Uses of EntityIndexBinding in org.hibernate.search.backend.impl
 

Constructor parameters in org.hibernate.search.backend.impl with type arguments of type EntityIndexBinding
BatchedQueueingProcessor(Map<Class<?>,EntityIndexBinding> entityIndexBindings, Properties properties)
           
 

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

Classes in org.hibernate.search.engine.impl that implement EntityIndexBinding
 class MutableEntityIndexBinding<T>
           
 

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

Subinterfaces of EntityIndexBinding in org.hibernate.search.engine.spi
 interface EntityIndexBinder
          Deprecated. Since 4.4. Use EntityIndexBinding instead
 

Methods in org.hibernate.search.engine.spi that return types with arguments of type EntityIndexBinding
 Map<Class<?>,EntityIndexBinding> SearchFactoryImplementor.getIndexBindings()
          Returns a map of all known entity index binding (indexed entities) keyed against the indexed type
 

Uses of EntityIndexBinding in org.hibernate.search.impl
 

Classes in org.hibernate.search.impl that implement EntityIndexBinding
 class EntityIndexBindingWrapper
          Deprecated. Will be removed when EntityIndexBinder gets removed
 

Methods in org.hibernate.search.impl that return EntityIndexBinding
 EntityIndexBinding ImmutableSearchFactory.getIndexBinding(Class<?> entityType)
           
 EntityIndexBinding MutableSearchFactory.getIndexBinding(Class<?> entityType)
           
 EntityIndexBinding ImmutableSearchFactory.getSafeIndexBindingForEntity(Class<?> entityType)
           
 

Methods in org.hibernate.search.impl that return types with arguments of type EntityIndexBinding
 Map<Class<?>,EntityIndexBinding> ImmutableSearchFactory.getIndexBindings()
           
 Map<Class<?>,EntityIndexBinding> MutableSearchFactory.getIndexBindings()
           
 Map<Class<?>,EntityIndexBinding> MutableSearchFactoryState.getIndexBindings()
           
 

Method parameters in org.hibernate.search.impl with type arguments of type EntityIndexBinding
 void MutableSearchFactoryState.setDocumentBuildersIndexedEntities(Map<Class<?>,EntityIndexBinding> documentBuildersIndexedEntities)
           
 

Constructors in org.hibernate.search.impl with parameters of type EntityIndexBinding
EntityIndexBindingWrapper(EntityIndexBinding entityIndexBinding)
          Deprecated.  
 

Uses of EntityIndexBinding in org.hibernate.search.indexes.impl
 

Methods in org.hibernate.search.indexes.impl that return EntityIndexBinding
 EntityIndexBinding DirectoryBasedIndexManager.getIndexBinding(Class<?> entityType)
           
 

Uses of EntityIndexBinding in org.hibernate.search.spi
 

Methods in org.hibernate.search.spi that return EntityIndexBinding
 EntityIndexBinding SearchFactoryIntegrator.getIndexBinding(Class<?> entityType)
          Returns the entity to index binding for the given type.
 

Uses of EntityIndexBinding in org.hibernate.search.spi.internals
 

Methods in org.hibernate.search.spi.internals that return types with arguments of type EntityIndexBinding
 Map<Class<?>,EntityIndexBinding> SearchFactoryState.getIndexBindings()
           
 



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