
Hibernate
yexianyi
Software Architect @ Siemens
Email: yexianyi@hotmail.com
Linkedin: http://cn.linkedin.com/in/yexianyi/
Github: https://github.com/yexianyi/
展开
-
EJB3 Exception:java.lang.ClassNotFoundException: org.hibernate.collection.PersistentSet
EJB异常:java.lang.ClassNotFoundException: org.hibernate.collection.PersistentSet当遇到如下异常时:java.lang.ClassNotFoundException: org.hibernate.collection.PersistentSet考虑是否将hibernate3.jar加入到了工程项目中原创 2009-02-13 11:03:00 · 4643 阅读 · 3 评论 -
Hibernate: Understanding of Hibernate Fetch Strategies
Abstract: As we known, there are 3 kinds of fetch strategy in Hibernate. They are “join”,”select” and “subselect”. In this article, I took an example with Customer and Order Entities to show you what is the different between these fetch strategies. Hope原创 2010-08-08 15:19:00 · 873 阅读 · 0 评论 -
Hibernate Exception: a different object with the same identifier value was already associated with the session
Issue: When you execute a persistence operation with Hibernate, you may get following exception. Exception: a different object with the same identifier value was already associated with the session Solution: Please consider and check if you have inclu原创 2010-08-17 13:45:00 · 583 阅读 · 0 评论