mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 16:44:57 +00:00
HHH-13011 Fix the tests: use a boolean query
This commit is contained in:
parent
b964aae339
commit
91d94c7e69
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user