Uses of Class
org.hibernate.boot.registry.classloading.internal.TcclLookupPrecedence
-
Packages that use TcclLookupPrecedence Package Description org.hibernate.boot.registry Defines service registry contracts a program may use for configuring Hibernate.org.hibernate.boot.registry.classloading.internal The class loading service internals. -
-
Uses of TcclLookupPrecedence in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry with parameters of type TcclLookupPrecedence Modifier and Type Method Description void
BootstrapServiceRegistryBuilder. applyTcclLookupPrecedence(TcclLookupPrecedence precedence)
Defines when the lookup in the thread contextClassLoader
is done. -
Uses of TcclLookupPrecedence in org.hibernate.boot.registry.classloading.internal
Methods in org.hibernate.boot.registry.classloading.internal that return TcclLookupPrecedence Modifier and Type Method Description static TcclLookupPrecedence
TcclLookupPrecedence. from(Map<?,?> settings)
Resolves the precedence from a Map of settings.static TcclLookupPrecedence
TcclLookupPrecedence. from(Map<?,?> settings, TcclLookupPrecedence defaultValue)
Resolves the precedence from a Map of settingsstatic TcclLookupPrecedence
TcclLookupPrecedence. valueOf(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.Methods in org.hibernate.boot.registry.classloading.internal with parameters of type TcclLookupPrecedence Modifier and Type Method Description static TcclLookupPrecedence
TcclLookupPrecedence. from(Map<?,?> settings, TcclLookupPrecedence defaultValue)
Resolves the precedence from a Map of settingsConstructors in org.hibernate.boot.registry.classloading.internal with parameters of type TcclLookupPrecedence Constructor Description AggregatedClassLoader(LinkedHashSet<ClassLoader> orderedClassLoaderSet, TcclLookupPrecedence precedence)
ClassLoaderServiceImpl(Collection<ClassLoader> providedClassLoaders, TcclLookupPrecedence lookupPrecedence)
Constructs a ClassLoaderServiceImpl with the given ClassLoader instances
-