Package | Description |
---|---|
org.hibernate.search.impl | |
org.hibernate.search.spi.internals |
Modifier and Type | Class and Description |
---|---|
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.
|
class |
MutableSearchFactoryState
Shared factory state
|
Modifier and Type | Method and Description |
---|---|
void |
MutableSearchFactoryState.copyStateFromOldFactory(SearchFactoryState oldFactoryState) |
Constructor and Description |
---|
ImmutableSearchFactory(SearchFactoryState state) |
IncrementalSearchConfiguration(List<Class<?>> classes,
Properties properties,
SearchFactoryState factoryState) |
Modifier and Type | Interface and Description |
---|---|
interface |
SearchFactoryImplementorWithShareableState
Search Factory implementor exposing its sharable state.
|
Copyright © 2006–2013 Hibernate. All rights reserved.