We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2958e commit a6be182Copy full SHA for a6be182
hibernate-core/src/test/java/org/hibernate/orm/test/component/StructComponentManyToOneCompositeTest.java
@@ -11,6 +11,7 @@
11
import jakarta.persistence.ManyToOne;
12
import org.hibernate.Hibernate;
13
import org.hibernate.annotations.Struct;
14
+import org.hibernate.annotations.processing.Exclude;
15
import org.hibernate.testing.jdbc.SharedDriverManagerTypeCacheClearingIntegrator;
16
import org.hibernate.testing.orm.junit.BootstrapServiceRegistry;
17
import org.hibernate.testing.orm.junit.DialectFeatureChecks;
@@ -37,6 +38,7 @@
37
38
)
39
@SessionFactory
40
@RequiresDialectFeature(feature = DialectFeatureChecks.SupportsStructAggregate.class)
41
+@Exclude
42
public class StructComponentManyToOneCompositeTest {
43
44
@BeforeEach
0 commit comments