HHH-13460 - FetchGraphTest is failing on MariaDB

This commit is contained in:
Andrea Boriero 2019-06-25 18:33:09 +01:00
parent cb343567e6
commit 1aa6ce9b12
2 changed files with 2 additions and 0 deletions

View File

@ -813,6 +813,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

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