|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchFactoryImplementorWithShareableState | |
---|---|
org.hibernate.search.impl | |
org.hibernate.search.indexes.impl |
Uses of SearchFactoryImplementorWithShareableState in org.hibernate.search.impl |
---|
Classes in org.hibernate.search.impl that implement SearchFactoryImplementorWithShareableState | |
---|---|
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. |
Methods in org.hibernate.search.impl with parameters of type SearchFactoryImplementorWithShareableState | |
---|---|
void |
MutableSearchFactoryState.setActiveSearchFactory(SearchFactoryImplementorWithShareableState factory)
|
void |
MutableSearchFactory.setDelegate(SearchFactoryImplementorWithShareableState delegate)
|
Uses of SearchFactoryImplementorWithShareableState in org.hibernate.search.indexes.impl |
---|
Methods in org.hibernate.search.indexes.impl with parameters of type SearchFactoryImplementorWithShareableState | |
---|---|
void |
IndexManagerHolder.setActiveSearchFactory(SearchFactoryImplementorWithShareableState factory)
Useful for MutableSearchFactory, this haves all managed IndexManagers switch over to the new SearchFactory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |