| Constructor and Description |
|---|
JaxbCfgProcessor(ClassLoaderService classLoaderService) |
| Constructor and Description |
|---|
ClassLoaderAccessImpl(java.lang.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,
java.util.LinkedHashSet<Integrator> providedIntegrators)
Constructs a BootstrapServiceRegistryImpl.
|
BootstrapServiceRegistryImpl(boolean autoCloseRegistry,
ClassLoaderService classLoaderService,
StrategySelector strategySelector,
IntegratorService integratorService)
Constructs a BootstrapServiceRegistryImpl.
|
BootstrapServiceRegistryImpl(ClassLoaderService classLoaderService,
java.util.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(java.util.Map settings,
ClassLoaderService classLoaderService) |
| Constructor and Description |
|---|
BeanValidationEventListener(javax.validation.ValidatorFactory factory,
java.util.Map settings,
ClassLoaderService classLoaderService)
Constructor used in an environment where validator factory is injected (JPA2).
|
| Modifier and Type | Method and Description |
|---|---|
ClassLoaderService |
EnversService.getClassLoaderService() |
ClassLoaderService |
EnversServiceImpl.getClassLoaderService() |
| Modifier and Type | Method and Description |
|---|---|
ClassLoaderService |
AuditMetadataGenerator.getClassLoaderService() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Class |
MapProxyTool.classForName(java.lang.String className,
java.util.Map<java.lang.String,java.lang.Class<?>> properties,
ClassLoaderService classLoaderService)
Generates/loads proxy class for given name with properties for map.
|
static <T> java.lang.Class<T> |
ReflectionTools.loadClass(java.lang.String name,
ClassLoaderService classLoaderService)
Locate class with a given name.
|
static java.lang.Object |
MapProxyTool.newInstanceOfBeanProxyForMap(java.lang.String className,
java.util.Map<java.lang.String,java.lang.Object> map,
java.util.Set<PropertyData> propertyDatas,
ClassLoaderService classLoaderService)
Creates instance of map proxy class.
|
| Constructor and Description |
|---|
IntegratorServiceImpl(java.util.LinkedHashSet<Integrator> providedIntegrators,
ClassLoaderService classLoaderService) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Class |
ReflectHelper.reflectedPropertyClass(java.lang.String className,
java.lang.String name,
ClassLoaderService classLoaderService)
Attempt to resolve the specified property type through reflection.
|
| Constructor and Description |
|---|
XMLHelper(ClassLoaderService classLoaderService)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected EntityManagerFactoryBuilder |
HibernatePersistenceProvider.getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor,
java.util.Map integration,
ClassLoaderService providedClassLoaderService) |
protected EntityManagerFactoryBuilder |
HibernatePersistenceProvider.getEntityManagerFactoryBuilderOrNull(java.lang.String persistenceUnitName,
java.util.Map properties,
ClassLoaderService providedClassLoaderService) |
| Constructor and Description |
|---|
EntityManagerFactoryBuilderImpl(PersistenceUnitDescriptor persistenceUnit,
java.util.Map integrationSettings,
ClassLoaderService providedClassLoaderService) |
| Modifier and Type | Method and Description |
|---|---|
static EntityManagerFactoryBuilder |
Bootstrap.getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor,
java.util.Map integration,
ClassLoaderService providedClassLoaderService) |
static EntityManagerFactoryBuilder |
Bootstrap.getEntityManagerFactoryBuilder(javax.persistence.spi.PersistenceUnitInfo persistenceUnitInfo,
java.util.Map integration,
ClassLoaderService providedClassLoaderService) |
| Modifier and Type | Class and Description |
|---|---|
class |
OSGiClassLoaderServiceImpl
The ClassLoaderService that should be used when running in OSGi;
this helps for example to load the Services correctly.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassLoaderServiceTestingImpl |
| Modifier and Type | Method and Description |
|---|---|
static ScriptSourceInput |
Helper.interpretScriptSourceSetting(java.lang.Object scriptSourceSetting,
ClassLoaderService classLoaderService,
java.lang.String charsetName) |
static ScriptTargetOutput |
Helper.interpretScriptTargetSetting(java.lang.Object scriptTargetSetting,
ClassLoaderService classLoaderService,
java.lang.String charsetName) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.