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 e225ef2 commit d98b858Copy full SHA for d98b858
hibernate-core/src/test/java/org/hibernate/orm/test/batch/BatchOffOnlyForOptimisticallyLocked.java
@@ -5,10 +5,12 @@
5
6
import org.hibernate.cfg.BatchSettings;
7
8
+import org.hibernate.dialect.MariaDBDialect;
9
import org.hibernate.testing.orm.junit.EntityManagerFactoryScope;
10
import org.hibernate.testing.orm.junit.JiraKey;
11
import org.hibernate.testing.orm.junit.Jpa;
12
import org.hibernate.testing.orm.junit.Setting;
13
+import org.hibernate.testing.orm.junit.SkipForDialect;
14
import org.junit.jupiter.api.Assertions;
15
import org.junit.jupiter.api.Test;
16
0 commit comments