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 18f4ecfdfe
commit 552c3da1b6
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ public class EagerManyToOneFetchModeSelectWhereTest extends BaseNonConfigCoreFun
@Entity(name = "Category")
@Table(name = "CATEGORY")
@Where(clause = "inactive = 0")
@Where(clause = "not inactive")
public static class Category {
@Id
@GeneratedValue