mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 08:35:13 +00:00
JBPAPP-2862 CLONE -Sybase - EntityManager - unit tests using LOBs fail
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17762 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
b810e64514
commit
74e72fb756
@ -10,6 +10,7 @@
|
||||
import javax.persistence.EntityManager;
|
||||
|
||||
import org.hibernate.Hibernate;
|
||||
import org.hibernate.dialect.Dialect;
|
||||
import org.hibernate.ejb.test.TestCase;
|
||||
|
||||
/**
|
||||
@ -41,6 +42,11 @@ public void testBlobSerialization() throws Exception {
|
||||
em.close();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean appliesTo(Dialect dialect) {
|
||||
return dialect.supportsExpectedLobUsagePattern();
|
||||
}
|
||||
|
||||
public Class[] getAnnotatedClasses() {
|
||||
return new Class[]{
|
||||
ImageReader.class
|
||||
|
Loading…
x
Reference in New Issue
Block a user