Probeer de @LOB(type = LobType.CLOB)
. toe te voegen annotatie bovenop uw data
accessor methode:
@Column(name = "VIEW_DATA", nullable = false)
@LOB(type = LobType.CLOB)
public Clob getData() {
return this.data;
}
Probeer de @LOB(type = LobType.CLOB)
. toe te voegen annotatie bovenop uw data
accessor methode:
@Column(name = "VIEW_DATA", nullable = false)
@LOB(type = LobType.CLOB)
public Clob getData() {
return this.data;
}