Uses of Interface
org.hibernate.search.spi.internals.SearchFactoryState

Packages that use SearchFactoryState
org.hibernate.search.impl   
org.hibernate.search.spi.internals   
 

Uses of SearchFactoryState in org.hibernate.search.impl
 

Classes in org.hibernate.search.impl that implement SearchFactoryState
 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.
 class MutableSearchFactoryState
          Shared factory state
 

Methods in org.hibernate.search.impl with parameters of type SearchFactoryState
 void MutableSearchFactoryState.copyStateFromOldFactory(SearchFactoryState oldFactoryState)
           
 

Constructors in org.hibernate.search.impl with parameters of type SearchFactoryState
ImmutableSearchFactory(SearchFactoryState state)
           
IncrementalSearchConfiguration(List<Class<?>> classes, Properties properties, SearchFactoryState factoryState)
           
 

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

Subinterfaces of SearchFactoryState 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