- dpHibernate
- DTO and Dozer
Showing posts with label Hibernate. Show all posts
Showing posts with label Hibernate. Show all posts
Wednesday, 18 January 2012
Hibernate & Web Applications Issues
- LazyInitializationException I: OpenSessionInView
- LazyInitializationException II (next request, HttpSession/saveState detached object)
- work with IDs (stateless, no session)
- lock(LockMode.NONE)
- programmatically initialize
- FetchType.EAGER
- NonUniqueObjectException (next request, on lock): change statement order
- StaleObjectException: optmistic locking using @Version
- HibernateException: Illegal attempt to associate a collection with two open sessions
- HttpSession object synchronization Filter
Labels:
Hibernate
Friday, 2 September 2011
Saturday, 12 March 2011
Subscribe to:
Comments (Atom)