Skip to content

Commit 86db807

Browse files
committed
major cleanup to BaseSqmToSqlAstConverter
this class was full of EXTREMELY long methods and lots of typecasts Signed-off-by: Gavin King <[email protected]>
1 parent 26efd4e commit 86db807

File tree

3 files changed

+967
-1064
lines changed

3 files changed

+967
-1064
lines changed

hibernate-core/src/main/java/org/hibernate/query/sqm/mutation/internal/MultiTableSqmMutationConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public TableGroup getMutatingTableGroup() {
115115
return mutatingTableGroup;
116116
}
117117

118-
@Override
118+
@Override // promote protected to public
119119
public Stack<SqlAstProcessingState> getProcessingStateStack() {
120120
return super.getProcessingStateStack();
121121
}

0 commit comments

Comments
 (0)