HHH-13011 Fix the tests: use a boolean query
This commit is contained in:
parent
18f4ecfdfe
commit
552c3da1b6
|
@ -130,7 +130,7 @@ public class EagerManyToOneFetchModeSelectWhereTest extends BaseNonConfigCoreFun
|
||||||
|
|
||||||
@Entity(name = "Category")
|
@Entity(name = "Category")
|
||||||
@Table(name = "CATEGORY")
|
@Table(name = "CATEGORY")
|
||||||
@Where(clause = "inactive = 0")
|
@Where(clause = "not inactive")
|
||||||
public static class Category {
|
public static class Category {
|
||||||
@Id
|
@Id
|
||||||
@GeneratedValue
|
@GeneratedValue
|
||||||
|
|
Loading…
Reference in New Issue