HHH-11832 : ManyToManyWithDynamicFilterTest fails on Sybase due to reserved word
This commit is contained in:
parent
b28a38fb41
commit
9584b16089
|
@ -157,6 +157,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