Skip to content

Commit d2c4588

Browse files
committed
HHH-8061 Added a supportsExpectedLobUsagePattern check
1 parent 394b080 commit d2c4588

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hibernate-core/src/test/java/org/hibernate/test/annotations/lob/SerializableToBlobTypeTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
import org.hibernate.Session;
66
import org.hibernate.cfg.Configuration;
77
import org.hibernate.mapping.PersistentClass;
8+
import org.hibernate.testing.DialectChecks;
9+
import org.hibernate.testing.RequiresDialectFeature;
810
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;
911
import org.hibernate.type.SerializableToBlobType;
1012
import org.hibernate.type.Type;
@@ -15,6 +17,7 @@
1517
*
1618
* @author Janario Oliveira
1719
*/
20+
@RequiresDialectFeature( DialectChecks.SupportsExpectedLobUsagePattern.class )
1821
public class SerializableToBlobTypeTest extends BaseCoreFunctionalTestCase {
1922
@Test
2023
public void testTypeDefinition() {

0 commit comments

Comments
 (0)