Package | Description |
---|---|
org.hibernate.search.cfg.spi | |
org.hibernate.search.engine.impl | |
org.hibernate.search.engine.service.classloading.impl | |
org.hibernate.search.engine.service.impl |
Internal implementation classes for service manager.
|
org.hibernate.search.engine.service.spi |
Classes offering a service infrastructure for Search.
|
Modifier and Type | Method and Description |
---|---|
ClassLoaderService |
SearchConfiguration.getClassLoaderService() |
Modifier and Type | Method and Description |
---|---|
ClassLoaderService |
IncrementalSearchConfiguration.getClassLoaderService() |
ClassLoaderService |
ReflectionReplacingSearchConfiguration.getClassLoaderService() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultClassLoaderService
Default implementation of
ClassLoaderService using the old pre class loader service apporach of
attempting to load from the current and thread context class loaders. |
Modifier and Type | Method and Description |
---|---|
ClassLoaderService |
StandardServiceManager.getClassLoaderService() |
Modifier and Type | Method and Description |
---|---|
ClassLoaderService |
ServiceManager.getClassLoaderService()
Provides direct access to the
ClassLoaderService . |
Copyright © 2006–2017 Hibernate. All rights reserved.