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 voidBootstrapServiceRegistryBuilder. 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 TcclLookupPrecedence Modifier and Type Method Description static TcclLookupPrecedenceTcclLookupPrecedence. from(Map<?,?> settings)Resolves the precedence from a Map of settings.static TcclLookupPrecedenceTcclLookupPrecedence. from(Map<?,?> settings, TcclLookupPrecedence defaultValue)Resolves the precedence from a Map of settingsstatic TcclLookupPrecedenceTcclLookupPrecedence. 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 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 TcclLookupPrecedence Constructor Description AggregatedClassLoader(LinkedHashSet<ClassLoader> orderedClassLoaderSet, TcclLookupPrecedence precedence)ClassLoaderServiceImpl(Collection<ClassLoader> providedClassLoaders, TcclLookupPrecedence lookupPrecedence)Constructs a ClassLoaderServiceImpl with the given ClassLoader instances
-