HHH-12436 : Shorten entity names to fix test failures on Oracle

(cherry picked from commit 563758669a)
This commit is contained in:
Gail Badner 2018-11-05 12:55:42 -08:00 committed by gbadner
parent b419a0031b
commit 5a4a796c57
2 changed files with 2 additions and 2 deletions

View File

@ -637,7 +637,7 @@ public class OptionalLazyNotFoundTest extends BaseCoreFunctionalTestCase {
}
@Entity
@Table( name = "PersonMapsIdColumnSelectException" )
@Table( name = "PersonMapsIdColumnSelectExcept" )
public static class PersonMapsIdColumnSelectException extends Person {
@Id
private Long id;

View File

@ -386,7 +386,7 @@ public class RequiredLazyNotFoundTest extends BaseCoreFunctionalTestCase {
}
@Entity
@Table( name = "PersonMapsIdColumnSelectException" )
@Table( name = "PersonMapsIdColumnSelectExcept" )
public static class PersonMapsIdColumnSelectException extends Person {
@Id
private Long id;