HHH-13460 - FetchGraphTest is failing on MariaDB
(cherry picked from commit 1aa6ce9b12
)
This commit is contained in:
parent
c211c61d86
commit
677b73d8e1
|
@ -814,6 +814,7 @@ public class FetchGraphTest extends BaseNonConfigCoreFunctionalTestCase {
|
||||||
@Lob
|
@Lob
|
||||||
@Basic(fetch = FetchType.LAZY)
|
@Basic(fetch = FetchType.LAZY)
|
||||||
@LazyGroup("blob")
|
@LazyGroup("blob")
|
||||||
|
@Column(name = "blob_field")
|
||||||
private Blob blob;
|
private Blob blob;
|
||||||
|
|
||||||
public String getD() {
|
public String getD() {
|
||||||
|
|
|
@ -350,6 +350,7 @@ public class ProxyDeletionTest extends BaseNonConfigCoreFunctionalTestCase {
|
||||||
@Lob
|
@Lob
|
||||||
@Basic(fetch = FetchType.LAZY)
|
@Basic(fetch = FetchType.LAZY)
|
||||||
@LazyGroup("blob")
|
@LazyGroup("blob")
|
||||||
|
@Column(name = "blob_field")
|
||||||
private Blob blob;
|
private Blob blob;
|
||||||
|
|
||||||
public String getD() {
|
public String getD() {
|
||||||
|
|
Loading…
Reference in New Issue