HHH-13460 - FetchGraphTest is failing on MariaDB

(cherry picked from commit 1aa6ce9b12)
This commit is contained in:
Andrea Boriero 2019-06-25 18:33:09 +01:00 committed by Gail Badner
parent c211c61d86
commit 677b73d8e1
2 changed files with 2 additions and 0 deletions

View File

@ -814,6 +814,7 @@ public class FetchGraphTest extends BaseNonConfigCoreFunctionalTestCase {
@Lob
@Basic(fetch = FetchType.LAZY)
@LazyGroup("blob")
@Column(name = "blob_field")
private Blob blob;
public String getD() {

View File

@ -350,6 +350,7 @@ public class ProxyDeletionTest extends BaseNonConfigCoreFunctionalTestCase {
@Lob
@Basic(fetch = FetchType.LAZY)
@LazyGroup("blob")
@Column(name = "blob_field")
private Blob blob;
public String getD() {