We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c154d7e commit 930a0f7Copy full SHA for 930a0f7
hibernate-core/src/test/java/org/hibernate/engine/spi/ExtraStateTest.java
@@ -17,6 +17,9 @@
17
18
import org.hibernate.Session;
19
import org.hibernate.internal.SessionImpl;
20
+
21
+import org.hibernate.testing.DialectChecks;
22
+import org.hibernate.testing.RequiresDialectFeature;
23
import org.hibernate.testing.TestForIssue;
24
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;
25
import org.junit.Test;
@@ -26,6 +29,7 @@
26
29
*
27
30
* @author Gunnar Morling
28
31
*/
32
+@RequiresDialectFeature( value = DialectChecks.SupportsIdentityColumns.class, jiraKey = "HHH-9918")
33
public class ExtraStateTest extends BaseCoreFunctionalTestCase {
34
35
/**
0 commit comments