Hibernate 获取 Clob 内容时模型配置文件如何配置
<property name="DocContent" type="text" not-null="true"/>
<property name="DocContent" type="java.lang.String" not-null="true"/>
第一个实际运行时没问题
<property name="DocContent" type="text" not-null="true"/>
<property name="DocContent" type="java.lang.String" not-null="true"/>
第一个实际运行时没问题