45fan.com - 路饭网

搜索: 您的位置主页 > 网络频道 > 阅读资讯:解决hibernate删除记录出现问题的方法

解决hibernate删除记录出现问题的方法

2016-09-04 12:41:00 来源:www.45fan.com 【

解决hibernate删除记录出现问题的方法

在session.delete(参数)时有时会出现以下的错误:
org.hibernate.MappingException: Unknown entity: java.lang.String
是因为api中没有提供参数为String的方法
(1)void delete(Object object)
Remove a persistent instance from the datastore.
(2)void delete(String entityName, Object object)
Remove a persistent instance from the datastore.
 

本文地址:http://www.45fan.com/a/question/72230.html
Tags: 出现 记录 hibernate
编辑:路饭网
关于我们 | 联系我们 | 友情链接 | 网站地图 | Sitemap | App | 返回顶部