HHH-17306 Move static sql logging in `prepareLoaders()`
This commit is contained in:
parent
bdcae0554f
commit
ce550cfb86
|
@ -3391,6 +3391,8 @@ public abstract class AbstractEntityPersister
|
|||
multiIdLoader = buildMultiIdLoader();
|
||||
|
||||
lazyLoadPlanByFetchGroup = getLazyLoadPlanByFetchGroup();
|
||||
|
||||
logStaticSQL();
|
||||
}
|
||||
|
||||
private void doLateInit() {
|
||||
|
@ -3417,8 +3419,6 @@ public abstract class AbstractEntityPersister
|
|||
|
||||
//select SQL
|
||||
sqlVersionSelectString = generateSelectVersionString();
|
||||
|
||||
logStaticSQL();
|
||||
}
|
||||
|
||||
private EntityTableMapping findTableMapping(String tableName) {
|
||||
|
|
Loading…
Reference in New Issue