Setting hibernate.classloader.tccl_lookup renamed to hibernate.classloader.tccl_lookup_precedence to better reflect its purpose

This commit is contained in:
Cédric Tabin 2016-11-23 21:01:18 +01:00 committed by Andrea Boriero
parent 726305f33e
commit b31d080a57
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ public interface AvailableSettings {
*
* @see ClassLoaderService#TCCLLookupBehavior
*/
String TC_CLASSLOADER = "hibernate.classloader.tccl_lookup";
String TC_CLASSLOADER = "hibernate.classloader.tccl_lookup_precedence";
/**
* Names the {@link ClassLoader} used to load user application classes.