hbm映射文件为:
<property name="content" type="text" length="10000"/>
执行hbSess.load(Class,id)出现下面异常。
而如果type改为string则不会。急需帮助,谢谢!
org.hibernate.exception.GenericJDBCException: could not load an entity: [ybs.wwb.dto.ProductDto#1] at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103) at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:91) at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)