Skip to content

Commit a6be182

Browse files
cigalygavinking
authored andcommitted
HHH-19209 Excluding class from meta model generation
Problem is not connected with meta model generation, test is failing if ID class is manually added
1 parent 0f2958e commit a6be182

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hibernate-core/src/test/java/org/hibernate/orm/test/component/StructComponentManyToOneCompositeTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import jakarta.persistence.ManyToOne;
1212
import org.hibernate.Hibernate;
1313
import org.hibernate.annotations.Struct;
14+
import org.hibernate.annotations.processing.Exclude;
1415
import org.hibernate.testing.jdbc.SharedDriverManagerTypeCacheClearingIntegrator;
1516
import org.hibernate.testing.orm.junit.BootstrapServiceRegistry;
1617
import org.hibernate.testing.orm.junit.DialectFeatureChecks;
@@ -37,6 +38,7 @@
3738
)
3839
@SessionFactory
3940
@RequiresDialectFeature(feature = DialectFeatureChecks.SupportsStructAggregate.class)
41+
@Exclude
4042
public class StructComponentManyToOneCompositeTest {
4143

4244
@BeforeEach

0 commit comments

Comments
 (0)