HHH-12436 : Shorten entity names to fix test failures on Oracle
This commit is contained in:
parent
53f8e5a002
commit
563758669a
|
@ -637,7 +637,7 @@ public class OptionalLazyNotFoundTest extends BaseCoreFunctionalTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Entity
|
@Entity
|
||||||
@Table( name = "PersonMapsIdColumnSelectException" )
|
@Table( name = "PersonMapsIdColumnSelectExcept" )
|
||||||
public static class PersonMapsIdColumnSelectException extends Person {
|
public static class PersonMapsIdColumnSelectException extends Person {
|
||||||
@Id
|
@Id
|
||||||
private Long id;
|
private Long id;
|
||||||
|
|
|
@ -386,7 +386,7 @@ public class RequiredLazyNotFoundTest extends BaseCoreFunctionalTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Entity
|
@Entity
|
||||||
@Table( name = "PersonMapsIdColumnSelectException" )
|
@Table( name = "PersonMapsIdColumnSelectExcept" )
|
||||||
public static class PersonMapsIdColumnSelectException extends Person {
|
public static class PersonMapsIdColumnSelectException extends Person {
|
||||||
@Id
|
@Id
|
||||||
private Long id;
|
private Long id;
|
||||||
|
|
Loading…
Reference in New Issue