Fix the property name to respect the other related classLoader properties declaration

This commit is contained in:
Cédric Tabin 2016-11-23 23:51:30 +01:00 committed by Andrea Boriero
parent b38a9f40ac
commit bba75c5877
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
package org.hibernate.cfg;
import org.hibernate.boot.MetadataBuilder;
import org.hibernate.boot.registry.classloading.spi.ClassLoaderService;
import org.hibernate.boot.registry.classloading.internal.TcclLookupPrecedence;
import org.hibernate.query.internal.ParameterMetadataImpl;
import org.hibernate.resource.transaction.spi.TransactionCoordinator;
import org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder;
@ -195,9 +195,9 @@ public interface AvailableSettings {
* Used to define how the current thread context {@link ClassLoader} must be used
* for class lookup.
*
* @see ClassLoaderService#TCCLLookupBehavior
* @see TcclLookupPrecedence
*/
String TC_CLASSLOADER = "hibernate.classloader.tccl_lookup_precedence";
String TC_CLASSLOADER = "hibernate.classLoader.tccl_lookup_precedence";
/**
* Names the {@link ClassLoader} used to load user application classes.