Consider use @Lob instead of column type override.
Closed this issue · 1 comments
GoogleCodeExporter commented
@Basic(fetch = FetchType.LAZY)
@Lob()
@Column(name = "txt")
private String text;
Original issue reported on code.google.com by stas.shy...@gmail.com
on 26 Apr 2010 at 2:29
GoogleCodeExporter commented
Original comment by stas.shy...@gmail.com
on 20 Jun 2010 at 7:32
- Changed state: Fixed