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 394b080 commit d2c4588Copy full SHA for d2c4588
hibernate-core/src/test/java/org/hibernate/test/annotations/lob/SerializableToBlobTypeTest.java
@@ -5,6 +5,8 @@
5
import org.hibernate.Session;
6
import org.hibernate.cfg.Configuration;
7
import org.hibernate.mapping.PersistentClass;
8
+import org.hibernate.testing.DialectChecks;
9
+import org.hibernate.testing.RequiresDialectFeature;
10
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;
11
import org.hibernate.type.SerializableToBlobType;
12
import org.hibernate.type.Type;
@@ -15,6 +17,7 @@
15
17
*
16
18
* @author Janario Oliveira
19
*/
20
+@RequiresDialectFeature( DialectChecks.SupportsExpectedLobUsagePattern.class )
21
public class SerializableToBlobTypeTest extends BaseCoreFunctionalTestCase {
22
@Test
23
public void testTypeDefinition() {
0 commit comments