Skip to content

Commit

Permalink
HHH-8061 Added a supportsExpectedLobUsagePattern check
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Meyer committed Mar 14, 2013
1 parent 48e7c21 commit a7b4e9f
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -5,6 +5,8 @@
import org.hibernate.Session;
import org.hibernate.cfg.Configuration;
import org.hibernate.mapping.PersistentClass;
import org.hibernate.testing.DialectChecks;
import org.hibernate.testing.RequiresDialectFeature;
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;
import org.hibernate.type.SerializableToBlobType;
import org.hibernate.type.Type;
Expand All @@ -15,6 +17,7 @@
*
* @author Janario Oliveira
*/
@RequiresDialectFeature( DialectChecks.SupportsExpectedLobUsagePattern.class )
public class SerializableToBlobTypeTest extends BaseCoreFunctionalTestCase {
@Test
public void testTypeDefinition() {
Expand Down

0 comments on commit a7b4e9f

Please sign in to comment.