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

(cherry picked from commit 9584b16089)
This commit is contained in:
Gail Badner 2017-06-21 20:23:29 -07:00
parent 27982d0c12
commit f413732e81
1 changed files with 1 additions and 0 deletions

View File

@ -173,6 +173,7 @@ public class ManyToManyWithDynamicFilterTest extends BaseCoreFunctionalTestCase
} }
@Entity(name = "Role") @Entity(name = "Role")
@Table(name="Roles")
@FilterDef(name = "activeRoleFilter", defaultCondition = "active = true") @FilterDef(name = "activeRoleFilter", defaultCondition = "active = true")
@Filter(name = "activeRoleFilter") @Filter(name = "activeRoleFilter")
public static class Role extends AbstractEntity { public static class Role extends AbstractEntity {