HHH-10296 : Fix more DB reserved words used by tests

This commit is contained in:
Gail Badner 2015-11-24 14:17:00 -08:00
parent ae91c8722a
commit d8f57877f2
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ public class TestFkUpdating {
}
@Entity( name = "Role" )
@Table( name = "`Role`")
public class Role {
private Integer id;