Package | Description |
---|---|
org.hibernate.search.cfg.impl | |
org.hibernate.search.cfg.spi | |
org.hibernate.search.engine.impl | |
org.hibernate.search.engine.service.classloading.impl |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingClassLoaderService
An implementation of class loader service which delegates to the ORM provided
ClassLoaderService . |
Modifier and Type | Method and Description |
---|---|
ClassLoaderService |
SearchConfigurationFromHibernateCore.getClassLoaderService() |
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. |
Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved