@@ -416,7 +416,6 @@ public class QueryMapper {
|
||||
|
||||
PersistentPropertyAccessor<Object> embeddedAccessor = persistentEntity.getPropertyAccessor(criteria.getValue());
|
||||
|
||||
String prefix = embeddedProperty.getEmbeddedPrefix();
|
||||
Condition condition = null;
|
||||
for (RelationalPersistentProperty nestedProperty : persistentEntity) {
|
||||
|
||||
|
||||
@@ -61,8 +61,7 @@ class SqlContext {
|
||||
|
||||
Column getColumn(AggregatePath path) {
|
||||
AggregatePath.ColumnInfo columnInfo = path.getColumnInfo();
|
||||
AggregatePath.ColumnInfo columnInfo1 = path.getColumnInfo();
|
||||
return getTable(path).column(columnInfo1.name()).as(columnInfo.alias());
|
||||
return getTable(path).column(columnInfo.name()).as(columnInfo.alias());
|
||||
}
|
||||
|
||||
Column getReverseColumn(AggregatePath path) {
|
||||
|
||||
Reference in New Issue
Block a user