Constructor and Description |
---|
JaxbCfgProcessor(ClassLoaderService classLoaderService) |
Constructor and Description |
---|
ClassLoaderAccessImpl(ClassLoader jpaTempClassLoader,
ClassLoaderService classLoaderService) |
ClassLoaderAccessImpl(ClassLoaderService classLoaderService) |
Constructor and Description |
---|
AbstractBinder(ClassLoaderService classLoaderService) |
AbstractBinder(ClassLoaderService classLoaderService,
boolean validateXml) |
MappingBinder(ClassLoaderService classLoaderService) |
MappingBinder(ClassLoaderService classLoaderService,
boolean validateXml) |
Constructor and Description |
---|
LocalXmlResourceResolver(ClassLoaderService classLoaderService) |
Modifier and Type | Method and Description |
---|---|
BootstrapServiceRegistryBuilder |
BootstrapServiceRegistryBuilder.applyClassLoaderService(ClassLoaderService classLoaderService)
Adds a provided
ClassLoaderService for use in class-loading and resource-lookup. |
BootstrapServiceRegistryBuilder |
BootstrapServiceRegistryBuilder.with(ClassLoaderService classLoaderService)
|
Modifier and Type | Class and Description |
---|---|
class |
ClassLoaderServiceImpl
Standard implementation of the service for interacting with class loaders
|
Constructor and Description |
---|
BootstrapServiceRegistryImpl(boolean autoCloseRegistry,
ClassLoaderService classLoaderService,
LinkedHashSet<Integrator> providedIntegrators)
Constructs a BootstrapServiceRegistryImpl.
|
BootstrapServiceRegistryImpl(boolean autoCloseRegistry,
ClassLoaderService classLoaderService,
StrategySelector strategySelector,
IntegratorService integratorService)
Constructs a BootstrapServiceRegistryImpl.
|
BootstrapServiceRegistryImpl(ClassLoaderService classLoaderService,
LinkedHashSet<Integrator> providedIntegrators)
Constructs a BootstrapServiceRegistryImpl.
|
BootstrapServiceRegistryImpl(ClassLoaderService classLoaderService,
StrategySelector strategySelector,
IntegratorService integratorService)
Constructs a BootstrapServiceRegistryImpl.
|
Modifier and Type | Method and Description |
---|---|
StrategySelector |
StrategySelectorBuilder.buildSelector(ClassLoaderService classLoaderService)
Builds the selector.
|
Constructor and Description |
---|
StrategySelectorImpl(ClassLoaderService classLoaderService)
Constructs a StrategySelectorImpl using the given class loader service.
|
Modifier and Type | Method and Description |
---|---|
void |
BeanValidationEventListener.initialize(Map settings,
ClassLoaderService classLoaderService) |
Constructor and Description |
---|
BeanValidationEventListener(ValidatorFactory factory,
Map settings,
ClassLoaderService classLoaderService)
Constructor used in an environment where validator factory is injected (JPA2).
|
Modifier and Type | Method and Description |
---|---|
ClassLoaderService |
EnversServiceImpl.getClassLoaderService() |
ClassLoaderService |
EnversService.getClassLoaderService() |
Modifier and Type | Method and Description |
---|---|
ClassLoaderService |
AuditMetadataGenerator.getClassLoaderService() |
Modifier and Type | Method and Description |
---|---|
static Class |
MapProxyTool.classForName(String className,
Map<String,Class<?>> properties,
ClassLoaderService classLoaderService)
Generates/loads proxy class for given name with properties for map.
|
static <T> Class<T> |
ReflectionTools.loadClass(String name,
ClassLoaderService classLoaderService)
Locate class with a given name.
|
static Object |
MapProxyTool.newInstanceOfBeanProxyForMap(String className,
Map<String,Object> map,
Set<PropertyData> propertyDatas,
ClassLoaderService classLoaderService) |
Constructor and Description |
---|
IntegratorServiceImpl(LinkedHashSet<Integrator> providedIntegrators,
ClassLoaderService classLoaderService) |
Modifier and Type | Method and Description |
---|---|
static Object |
ReflectHelper.getConstantValue(String name,
ClassLoaderService classLoaderService) |
static Class |
ReflectHelper.reflectedPropertyClass(String className,
String name,
ClassLoaderService classLoaderService)
Attempt to resolve the specified property type through reflection.
|
Constructor and Description |
---|
XMLHelper(ClassLoaderService classLoaderService)
Deprecated.
|
Constructor and Description |
---|
PersistenceXmlParser(ClassLoaderService classLoaderService,
PersistenceUnitTransactionType defaultTransactionType) |
Constructor and Description |
---|
DelegatingClassLoaderService(ClassLoaderService hibernateClassLoaderService) |
SearchConfigurationFromHibernateCore(Metadata metadata,
ConfigurationService configurationService,
ClassLoaderService hibernateClassLoaderService,
HibernateSessionFactoryService sessionService) |
Constructor and Description |
---|
HibernateSearchSessionFactoryObserver(Metadata metadata,
ConfigurationService configurationService,
FullTextIndexEventListener listener,
ClassLoaderService classLoaderService) |
Modifier and Type | Method and Description |
---|---|
static ScriptSourceInput |
Helper.interpretScriptSourceSetting(Object scriptSourceSetting,
ClassLoaderService classLoaderService) |
static ScriptTargetOutput |
Helper.interpretScriptTargetSetting(Object scriptTargetSetting,
ClassLoaderService classLoaderService) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.