We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714d673 commit 9a80b0cCopy full SHA for 9a80b0c
spring-data-jpa/src/main/java/org/springframework/data/jpa/repository/query/JSqlParserQueryEnhancer.java
@@ -98,8 +98,6 @@ public JSqlParserQueryEnhancer(QueryProvider query) {
98
this.projection = detectProjection(this.statement);
99
this.selectAliases = Collections.unmodifiableSet(getSelectionAliases(this.statement));
100
this.joinAliases = Collections.unmodifiableSet(getJoinAliases(this.statement));
101
- byte[] tmp = SerializationUtils.serialize(this.statement);
102
- // this.serialized = tmp != null ? tmp : new byte[0];
103
this.serialized = SerializationUtils.serialize(this.statement);
104
}
105
0 commit comments