1. Persisting Users using Hibernate stackoverflow.comI've created a UserObject and RoleObject to represent users in my application. I'm trying to use hibernate for CRUD instead of raw JDBC. I've successfully retrieved the information ... |
2. uninitialized proxy passed to persist() stackoverflow.comI am getting "uninitialized proxy passed to persist()" during persist of an object. What does this mean ? org.hibernate.PersistentObjectException: uninitialized proxy passed to persist() The entity has one many to many relationship, as ... |
3. Hibernate is ignoring my persist calls? stackoverflow.comi have one weird problem. No matter what i do, i cant put new record in database via hibernate. I'm using Hibernate with Tapestry and MySQL. Please someone help me! I have ... |