Skip to content

Commit

Permalink
HHH-14026 Change scope to protected for SessionImple#verifyImmutableE…
Browse files Browse the repository at this point in the history
…ntityUpdate
  • Loading branch information
DavideD committed May 18, 2020
1 parent 3540008 commit 9d90813
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1435,7 +1435,7 @@ public int executeUpdate(String query, QueryParameters queryParameters) throws H
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() ) {
Expand Down

0 comments on commit 9d90813

Please sign in to comment.