mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-07 10:19:36 +00:00
HHH-18868 Renamed test classes
This commit is contained in:
parent
2e583d556d
commit
81a7a20c78
@ -2,7 +2,7 @@
|
||||
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
* Copyright Red Hat Inc. and Hibernate Authors
|
||||
*/
|
||||
package org.hibernate.orm.test.metamodel.hhh18868;
|
||||
package org.hibernate.orm.test.idclass;
|
||||
|
||||
import jakarta.persistence.Id;
|
||||
import jakarta.persistence.IdClass;
|
@ -2,7 +2,7 @@
|
||||
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
* Copyright Red Hat Inc. and Hibernate Authors
|
||||
*/
|
||||
package org.hibernate.orm.test.metamodel.hhh18868;
|
||||
package org.hibernate.orm.test.idclass;
|
||||
|
||||
import jakarta.persistence.metamodel.SingularAttribute;
|
||||
import org.hibernate.testing.orm.junit.DomainModel;
|
||||
@ -17,7 +17,7 @@
|
||||
@DomainModel(annotatedClasses = {Summary.class, BaseSummary.class})
|
||||
@SessionFactory
|
||||
@JiraKey( "HHH-18858" )
|
||||
public class HHH18868Test {
|
||||
public class MappedSuperclassIdClassAttributesTest {
|
||||
|
||||
@Test
|
||||
public void test(SessionFactoryScope scope) {
|
@ -2,7 +2,7 @@
|
||||
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
* Copyright Red Hat Inc. and Hibernate Authors
|
||||
*/
|
||||
package org.hibernate.orm.test.metamodel.hhh18868;
|
||||
package org.hibernate.orm.test.idclass;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.Objects;
|
@ -2,7 +2,7 @@
|
||||
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
* Copyright Red Hat Inc. and Hibernate Authors
|
||||
*/
|
||||
package org.hibernate.orm.test.metamodel.hhh18868;
|
||||
package org.hibernate.orm.test.idclass;
|
||||
|
||||
import jakarta.persistence.Entity;
|
||||
|
Loading…
x
Reference in New Issue
Block a user