File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
hibernate-core/src/test/java/org/hibernate/orm/test Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1212import jakarta .persistence .ManyToOne ;
1313import jakarta .persistence .MapsId ;
1414import jakarta .persistence .OneToMany ;
15+ import org .hibernate .annotations .processing .Exclude ;
1516import org .hibernate .testing .orm .junit .DomainModel ;
1617import org .hibernate .testing .orm .junit .SessionFactory ;
1718import org .hibernate .testing .orm .junit .SessionFactoryScope ;
@@ -82,6 +83,7 @@ static class Loan {
8283
8384
8485 @ Entity (name = "Extension" )
86+ @ Exclude
8587 static class Extension {
8688 @ Id
8789 private Long exLoanId ;
Original file line number Diff line number Diff line change 1313import jakarta .persistence .ManyToOne ;
1414
1515import org .hibernate .annotations .NaturalId ;
16+ import org .hibernate .annotations .processing .Exclude ;
1617import org .hibernate .orm .test .jpa .BaseEntityManagerFunctionalTestCase ;
1718
1819import org .junit .Test ;
2223/**
2324 * @author Vlad Mihalcea
2425 */
26+ @ Exclude
2527public class CompositeIdAssociationTest extends BaseEntityManagerFunctionalTestCase {
2628
2729 @ Override
Original file line number Diff line number Diff line change 1212import jakarta .persistence .JoinColumn ;
1313import jakarta .persistence .ManyToOne ;
1414
15+ import org .hibernate .annotations .processing .Exclude ;
1516import org .hibernate .testing .orm .junit .JiraKey ;
1617import org .hibernate .testing .orm .junit .DomainModel ;
1718import org .hibernate .testing .orm .junit .SessionFactory ;
3334 }
3435)
3536@ SessionFactory
37+ @ Exclude
3638public class CompositeIdAssociationsWithEmbeddedCompositeIdTest {
3739
3840 @ AfterEach
Original file line number Diff line number Diff line change 1111import jakarta .persistence .Id ;
1212import jakarta .persistence .ManyToOne ;
1313
14+ import org .hibernate .annotations .processing .Exclude ;
1415import org .hibernate .orm .test .jpa .BaseEntityManagerFunctionalTestCase ;
1516
1617import org .junit .Test ;
2122/**
2223 * @author Vlad Mihalcea
2324 */
25+ @ Exclude
2426public class IdManyToOneTest extends BaseEntityManagerFunctionalTestCase {
2527
2628 @ Override
You can’t perform that action at this time.
0 commit comments