Skip to content

Commit

Permalink
HHH-13011 Fix the tests: use a boolean query
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Oct 16, 2018
1 parent b964aae commit 91d94c7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -130,7 +130,7 @@ public static class Product {

@Entity(name = "Category")
@Table(name = "CATEGORY")
@Where(clause = "inactive = 0")
@Where(clause = "not inactive")
public static class Category {
@Id
@GeneratedValue
Expand Down

0 comments on commit 91d94c7

Please sign in to comment.