@@ -514,7 +514,7 @@ class SqlGenerator {
|
||||
|
||||
Table table = getTable();
|
||||
|
||||
List<Expression> columnExpressions = new ArrayList<>();
|
||||
Set<Expression> columnExpressions = new LinkedHashSet<>();
|
||||
|
||||
List<Join> joinTables = new ArrayList<>();
|
||||
for (PersistentPropertyPath<RelationalPersistentProperty> path : mappingContext
|
||||
|
||||
Reference in New Issue
Block a user