在实体类中将数据库中数据类型为CLOB的数据转化成String类型

    @Lob
    @Basic(fetch = FetchType.EAGER)
    @Column(name = "JYAQ", columnDefinition = "CLOB", nullable = true)
        private String jyaq;

原文地址:https://www.cnblogs.com/keanuyaoo/p/3304160.html