@Lob @Basic(fetch = FetchType.EAGER)
@Column(name = "UICONTENTA", unique = false, nullable = true, insertable = true, updatable = true)
public byte[] getUicontenta() {
return this.uicontenta;
}
public void setUicontenta(byte[] uicontenta) {
this.uicontenta = uicontenta;
}
        setUicontenta(str.getBytes());
当插入了一个字符串字符串的长度>2000,执行数据库操作的时候就报异常
不允许的操作: streams type cannot be used in batching