HHH-12633 Fix model definition in the test to be PostgreSQL compatible

This commit is contained in:
Guillaume Smet 2018-05-28 12:13:10 +02:00
parent de5bf278f6
commit 6a04d7836c
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ public class LazyInitializationWithoutInlineDirtyTrackingTest extends BaseCoreFu
private String name;
@Column(name = "bytes", columnDefinition = "BLOB")
@Column(name = "bytes")
@Lob
@Basic(fetch = FetchType.LAZY)
private byte[] bytes;