HHH-13011 Fix the tests: use a boolean query

This commit is contained in:
Guillaume Smet 2018-10-16 19:18:03 +02:00
parent b964aae339
commit 91d94c7e69

View File

@ -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