HHH-11832 : ManyToManyWithDynamicFilterTest fails on Sybase due to reserved word
(cherry picked from commit 9584b16089
)
This commit is contained in:
parent
27982d0c12
commit
f413732e81
|
@ -173,6 +173,7 @@ public class ManyToManyWithDynamicFilterTest extends BaseCoreFunctionalTestCase
|
|||
}
|
||||
|
||||
@Entity(name = "Role")
|
||||
@Table(name="Roles")
|
||||
@FilterDef(name = "activeRoleFilter", defaultCondition = "active = true")
|
||||
@Filter(name = "activeRoleFilter")
|
||||
public static class Role extends AbstractEntity {
|
||||
|
|
Loading…
Reference in New Issue