HHH-11832 : ManyToManyWithDynamicFilterTest fails on Sybase due to reserved word

This commit is contained in:
Gail Badner 2017-06-21 20:23:29 -07:00
parent b28a38fb41
commit 9584b16089
1 changed files with 1 additions and 0 deletions

View File

@ -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 {