类的使用
org.hibernate.boot.registry.classloading.internal.TcclLookupPrecedence
-
使用TcclLookupPrecedence的程序包 程序包 说明 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. -
-
org.hibernate.boot.registry中TcclLookupPrecedence的使用
参数类型为TcclLookupPrecedence的org.hibernate.boot.registry中的方法 修饰符和类型 方法 说明 voidBootstrapServiceRegistryBuilder. applyTcclLookupPrecedence(TcclLookupPrecedence precedence)Defines when the lookup in the thread contextClassLoaderis done -
org.hibernate.boot.registry.classloading.internal中TcclLookupPrecedence的使用
返回TcclLookupPrecedence的org.hibernate.boot.registry.classloading.internal中的方法 修饰符和类型 方法 说明 static TcclLookupPrecedenceTcclLookupPrecedence. valueOf(String name)返回带有指定名称的该类型的枚举常量。static TcclLookupPrecedence[]TcclLookupPrecedence. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。参数类型为TcclLookupPrecedence的org.hibernate.boot.registry.classloading.internal中的构造器 构造器 说明 AggregatedClassLoader(LinkedHashSet<ClassLoader> orderedClassLoaderSet, TcclLookupPrecedence precedence)ClassLoaderServiceImpl(Collection<ClassLoader> providedClassLoaders, TcclLookupPrecedence lookupPrecedence)Constructs a ClassLoaderServiceImpl with the given ClassLoader instances
-