Uses of Interface
org.hibernate.search.cfg.spi.IndexManagerFactory

Packages that use IndexManagerFactory
org.hibernate.search.cfg.spi   
org.hibernate.search.impl   
org.hibernate.search.spi.internals   
 

Uses of IndexManagerFactory in org.hibernate.search.cfg.spi
 

Methods in org.hibernate.search.cfg.spi that return IndexManagerFactory
 IndexManagerFactory SearchConfigurationBase.getIndexManagerFactory()
           
 IndexManagerFactory SearchConfiguration.getIndexManagerFactory()
           
 

Uses of IndexManagerFactory in org.hibernate.search.impl
 

Classes in org.hibernate.search.impl that implement IndexManagerFactory
 class DefaultIndexManagerFactory
          This is the default IndexManager implementation for Hibernate Search.
 

Methods in org.hibernate.search.impl that return IndexManagerFactory
 IndexManagerFactory IncrementalSearchConfiguration.getIndexManagerFactory()
           
 IndexManagerFactory ImmutableSearchFactory.getIndexManagerFactory()
           
 IndexManagerFactory MutableSearchFactoryState.getIndexManagerFactory()
           
 IndexManagerFactory MutableSearchFactory.getIndexManagerFactory()
           
 IndexManagerFactory ReflectionReplacingSearchConfiguration.getIndexManagerFactory()
           
 

Methods in org.hibernate.search.impl with parameters of type IndexManagerFactory
 void MutableSearchFactoryState.setIndexManagerFactory(IndexManagerFactory indexManagerFactory)
           
 

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

Methods in org.hibernate.search.spi.internals that return IndexManagerFactory
 IndexManagerFactory SearchFactoryState.getIndexManagerFactory()
           
 



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