File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
hibernate-core/src/test/java/org/hibernate/orm/test/idclass Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 22 * SPDX-License-Identifier: Apache-2.0
33 * Copyright Red Hat Inc. and Hibernate Authors
44 */
5- package x ;
5+ package org . hibernate . orm . test . idclass ;
66
77import jakarta .persistence .Entity ;
88import jakarta .persistence .FetchType ;
99import jakarta .persistence .Id ;
1010import jakarta .persistence .IdClass ;
1111import jakarta .persistence .OneToOne ;
1212import org .hibernate .testing .orm .junit .DomainModel ;
13+ import org .hibernate .testing .orm .junit .Jira ;
1314import org .hibernate .testing .orm .junit .SessionFactory ;
1415import org .hibernate .testing .orm .junit .SessionFactoryScope ;
1516import org .junit .jupiter .api .Test ;
2526 IdClassSingleOneToOneTest .EntityB .class ,
2627} )
2728@ SessionFactory
29+ @ Jira (value = "https://hibernate.atlassian.net/browse/HHH-19688" )
2830public class IdClassSingleOneToOneTest {
2931
3032 @ Test
You can’t perform that action at this time.
0 commit comments