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

This commit is contained in:
Gail Badner 2018-11-05 12:55:42 -08:00
parent 53f8e5a002
commit 563758669a
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;