Skip to content

Commit

Permalink
Remove Hibernate workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
timowest authored and johnktims committed Sep 27, 2015
1 parent b2b9677 commit 81840e0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions querydsl-jpa/src/main/java/com/querydsl/jpa/HQLTemplates.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,6 @@ public String getExistsProjection() {
return "1";
}

@Override
public boolean isEnumInPathSupported() {
// related : http://opensource.atlassian.com/projects/hibernate/browse/HHH-5159
return false;
}

@Override
public boolean wrapConstant(Object constant) {
// related : https://hibernate.onjira.com/browse/HHH-6913
Expand Down

0 comments on commit 81840e0

Please sign in to comment.