HHH-11536 - Fix unit tests failing on Oracle

This commit is contained in:
Andrea Boriero 2017-03-03 09:09:46 +00:00
parent 0794e103d7
commit 1d5ef677b6
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ public class LoadGraphFindByIdTest extends BaseEntityManagerFunctionalTestCase {
private Integer commentCount;
}
@Entity(name = "User")
@Entity(name = "Users")
public static class User {
@Id