HHH-13460 - FetchGraphTest is failing on MariaDB
This commit is contained in:
parent
cb343567e6
commit
1aa6ce9b12
|
@ -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() {
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue