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

Packages that use EntityIndexBinder
org.hibernate.search.engine.spi   
org.hibernate.search.impl   
org.hibernate.search.spi   
org.hibernate.search.spi.internals   
 

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

Methods in org.hibernate.search.engine.spi that return types with arguments of type EntityIndexBinder
 Map<Class<?>,EntityIndexBinder> SearchFactoryImplementor.getIndexBindingForEntity()
          Deprecated. since 4.4. Use SearchFactoryImplementor.getIndexBindings()
 

Uses of EntityIndexBinder in org.hibernate.search.impl
 

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

Methods in org.hibernate.search.impl that return EntityIndexBinder
 EntityIndexBinder ImmutableSearchFactory.getIndexBindingForEntity(Class<?> entityType)
           
 EntityIndexBinder MutableSearchFactory.getIndexBindingForEntity(Class<?> entityType)
           
 

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

Uses of EntityIndexBinder in org.hibernate.search.spi
 

Methods in org.hibernate.search.spi that return EntityIndexBinder
 EntityIndexBinder SearchFactoryIntegrator.getIndexBindingForEntity(Class<?> entityType)
          Deprecated. since 4.4. Use SearchFactoryIntegrator.getIndexBinding(Class)
 

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

Methods in org.hibernate.search.spi.internals that return types with arguments of type EntityIndexBinder
 Map<Class<?>,EntityIndexBinder> SearchFactoryState.getIndexBindingForEntity()
          Deprecated. since 4.4. Use SearchFactoryState.getIndexBindings()
 



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