Uses of Interface
org.hibernate.search.spi.SearchFactoryIntegrator

Packages that use SearchFactoryIntegrator
org.hibernate.search.backend.impl.batch   
org.hibernate.search.engine.spi   
org.hibernate.search.impl   
org.hibernate.search.spi   
org.hibernate.search.spi.internals   
 

Uses of SearchFactoryIntegrator in org.hibernate.search.backend.impl.batch
 

Constructors in org.hibernate.search.backend.impl.batch with parameters of type SearchFactoryIntegrator
DefaultBatchBackend(SearchFactoryIntegrator searchFactoryImplementor, MassIndexerProgressMonitor progressMonitor)
           
 

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

Subinterfaces of SearchFactoryIntegrator in org.hibernate.search.engine.spi
 interface SearchFactoryImplementor
          Interface which gives access to the metadata.
 

Uses of SearchFactoryIntegrator in org.hibernate.search.impl
 

Classes in org.hibernate.search.impl that implement SearchFactoryIntegrator
 class ImmutableSearchFactory
          This implementation is never directly exposed to the user, it is always wrapped into a MutableSearchFactory
 class MutableSearchFactory
          Factory delegating to a concrete implementation of another factory, Useful to swap one factory for another.
 

Uses of SearchFactoryIntegrator in org.hibernate.search.spi
 

Methods in org.hibernate.search.spi with parameters of type SearchFactoryIntegrator
 SearchFactoryBuilder SearchFactoryBuilder.currentFactory(SearchFactoryIntegrator factory)
           
 

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

Subinterfaces of SearchFactoryIntegrator in org.hibernate.search.spi.internals
 interface SearchFactoryImplementorWithShareableState
          Search Factory implementor exposing its sharable state.
 



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