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 TypeMethodDescriptionvoidBootstrapServiceRegistryBuilder.applyTcclLookupPrecedence(TcclLookupPrecedence precedence) Defines when the lookup in the thread contextClassLoaderis done. -
Uses of TcclLookupPrecedence in org.hibernate.boot.registry.classloading.internal
Methods in org.hibernate.boot.registry.classloading.internal that return TcclLookupPrecedenceModifier and TypeMethodDescriptionstatic TcclLookupPrecedenceResolves the precedence from a Map of settings.static TcclLookupPrecedenceTcclLookupPrecedence.from(Map<?, ?> settings, TcclLookupPrecedence defaultValue) Resolves the precedence from a Map of settingsstatic TcclLookupPrecedenceReturns 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 TcclLookupPrecedenceTcclLookupPrecedence.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