File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
hibernate-core/src/test/java/org/hibernate/orm/test/idclass Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22 * SPDX-License-Identifier: LGPL-2.1-or-later
33 * Copyright Red Hat Inc. and Hibernate Authors
44 */
5- package org .hibernate .orm .test .metamodel . hhh18868 ;
5+ package org .hibernate .orm .test .idclass ;
66
77import jakarta .persistence .Id ;
88import jakarta .persistence .IdClass ;
Original file line number Diff line number Diff line change 22 * SPDX-License-Identifier: LGPL-2.1-or-later
33 * Copyright Red Hat Inc. and Hibernate Authors
44 */
5- package org .hibernate .orm .test .metamodel . hhh18868 ;
5+ package org .hibernate .orm .test .idclass ;
66
77import jakarta .persistence .metamodel .SingularAttribute ;
88import org .hibernate .testing .orm .junit .DomainModel ;
1717@ DomainModel (annotatedClasses = {Summary .class , BaseSummary .class })
1818@ SessionFactory
1919@ JiraKey ( "HHH-18858" )
20- public class HHH18868Test {
20+ public class MappedSuperclassIdClassAttributesTest {
2121
2222 @ Test
2323 public void test (SessionFactoryScope scope ) {
Original file line number Diff line number Diff line change 22 * SPDX-License-Identifier: LGPL-2.1-or-later
33 * Copyright Red Hat Inc. and Hibernate Authors
44 */
5- package org .hibernate .orm .test .metamodel . hhh18868 ;
5+ package org .hibernate .orm .test .idclass ;
66
77import java .io .Serializable ;
88import java .util .Objects ;
Original file line number Diff line number Diff line change 22 * SPDX-License-Identifier: LGPL-2.1-or-later
33 * Copyright Red Hat Inc. and Hibernate Authors
44 */
5- package org .hibernate .orm .test .metamodel . hhh18868 ;
5+ package org .hibernate .orm .test .idclass ;
66
77import jakarta .persistence .Entity ;
88
You can’t perform that action at this time.
0 commit comments