Interface | Description |
---|---|
BuildContext |
Build context that can be used by some services at initialization.
|
InstanceInitializer |
When using the Hibernate Core integration (for example) we need to make sure that the
entities and collections we're working on are initialized.
|
SearchFactoryIntegrator |
This contract is considered experimental.
|
ServiceProvider<T> |
Control the life cycle of a service attached and used by Hibernate Search
It allows to:
start the service
stop the service
declare the key the service is exposed to
provide access to the service
|
WorkerBuildContext |
Build context for the worker and other backend
Available after all index, entity metadata are built.
|
WritableBuildContext |
Build context where new built element can be registered.
|
Class | Description |
---|---|
SearchFactoryBuilder |
Build a search factory following the builder pattern.
|
Copyright © 2006–2013 Hibernate. All rights reserved.