Uses of Interface
org.hibernate.search.SearchFactory

Packages that use SearchFactory
org.hibernate.search.engine.spi   
org.hibernate.search.impl   
org.hibernate.search.sandbox.standalone This package contains various experimentations. 
org.hibernate.search.spi   
org.hibernate.search.spi.internals   
 

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

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

Uses of SearchFactory in org.hibernate.search.impl
 

Classes in org.hibernate.search.impl that implement SearchFactory
 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 SearchFactory in org.hibernate.search.sandbox.standalone
 

Methods in org.hibernate.search.sandbox.standalone that return SearchFactory
 SearchFactory LuceneFullTextManager.getSearchFactory()
           
 SearchFactory FullTextManager.getSearchFactory()
           
 

Uses of SearchFactory in org.hibernate.search.spi
 

Subinterfaces of SearchFactory in org.hibernate.search.spi
 interface SearchFactoryIntegrator
          This contract is considered experimental.
 

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

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



Copyright © 2006-2012 Hibernate. All Rights Reserved.