我正在使用 Net Beans IDE,当我开始部署我的 Web 项目时,它会在控制台输出中显示一条错误消息:
failed.org.hibernate.MappingException: Could not determine type for: String, for columns: [org.hibernate.mapping.Column(db col name)
从消息中它不能转换类型;我试图检查我的文件 .hbm 和 .java 中的类型,但到目前为止没有运气。
抛出此错误的属性定义为
<property name="exemptionOwnerName1" type="String">