Uses of Enum Class
org.hibernate.boot.registry.classloading.internal.TcclLookupPrecedence
Packages that use TcclLookupPrecedence
Package
Description
Defines service registry contracts a program may use for
configuring Hibernate.
The class loading service internals.
-
Uses of TcclLookupPrecedence in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry with parameters of type TcclLookupPrecedenceModifier and TypeMethodDescriptionvoid
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 TcclLookupPrecedenceModifier and TypeMethodDescriptionstatic TcclLookupPrecedence
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
Returns the enum constant of this class with the specified name.static TcclLookupPrecedence[]
TcclLookupPrecedence.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.boot.registry.classloading.internal with parameters of type TcclLookupPrecedenceModifier and TypeMethodDescriptionstatic 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 TcclLookupPrecedenceModifierConstructorDescriptionAggregatedClassLoader
(LinkedHashSet<ClassLoader> orderedClassLoaderSet, TcclLookupPrecedence precedence) ClassLoaderServiceImpl
(Collection<ClassLoader> providedClassLoaders, TcclLookupPrecedence lookupPrecedence) Constructs a ClassLoaderServiceImpl with the given ClassLoader instances