HHH-14026 Change scope to protected for SessionImple#verifyImmutableEntityUpdate
This commit is contained in:
parent
3540008903
commit
9d908130f2
|
@ -1435,7 +1435,7 @@ public class SessionImpl
|
|||
return result;
|
||||
}
|
||||
|
||||
private void verifyImmutableEntityUpdate(HQLQueryPlan plan) {
|
||||
protected void verifyImmutableEntityUpdate(HQLQueryPlan plan) {
|
||||
if ( plan.isUpdate() ) {
|
||||
List<String> primaryFromClauseTables = new ArrayList<>();
|
||||
for ( QueryTranslator queryTranslator : plan.getTranslators() ) {
|
||||
|
|
Loading…
Reference in New Issue