hibernate 报错大全
日志 使用JDK的自定义Comparator对Cllections进行排序 oracle数据库拼音排序及NLS_SORT配置 Hibernate常见错误合集 2012-05-23 19:04:05| 分类: SSH | 标签:hibernate 一对多 |举报|字号 订阅 下载LOFTER我的照片书 | 1.错误:object references an unsaved transient instance - save the transient instance before flushing: com.xxxx.bean.java.Sysblog; nested exception is org.hibernate.TransientObjectException: object references an unsaved transient instance - save the transient instance before flushing: com.xxx.bean.java.Sysblog 解决方法:没有可预期的实例,当然就要实例化对象咯 2.错误:Exceptionobject references an unsaved transient instance - save the transient instance before flushing: src