HHH-13796 Fix test failure on Oracle
This commit is contained in:
parent
9d2ac546f3
commit
b51d34a22d
|
@ -170,7 +170,7 @@ public class ManyToOneJoinTableTest extends BaseCoreFunctionalTestCase {
|
|||
@Inheritance(strategy = InheritanceType.SINGLE_TABLE)
|
||||
public static class ResourceImpl implements Resource {
|
||||
|
||||
private static final String ENTITY_NAME = "Resource";
|
||||
private static final String ENTITY_NAME = "TestResource";
|
||||
|
||||
@EmbeddedId
|
||||
Identifier identifier;
|
||||
|
|
Loading…
Reference in New Issue