Package | Description |
---|---|
org.hibernate.boot.registry |
Defines service registry contracts application are likely to want to utilize for
configuring Hibernate behavior.
|
org.hibernate.boot.registry.classloading.internal |
The class loading service internals.
|
Modifier and Type | Method and Description |
---|---|
void |
BootstrapServiceRegistryBuilder.applyTcclLookupPrecedence(TcclLookupPrecedence precedence)
Defines when the lookup in the thread context
ClassLoader is done |
Modifier and Type | Method and Description |
---|---|
static TcclLookupPrecedence |
TcclLookupPrecedence.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TcclLookupPrecedence[] |
TcclLookupPrecedence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ClassLoaderServiceImpl(java.util.Collection<java.lang.ClassLoader> providedClassLoaders,
TcclLookupPrecedence lookupPrecedence)
Constructs a ClassLoaderServiceImpl with the given ClassLoader instances
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.