Persist « MySQL « JPA Q&A





1. Persisting Users using Hibernate    stackoverflow.com

I'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.com

I 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.com

i 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 ...