CRUD « Update « JPA Q&A





1. CRUD and merge/persist    stackoverflow.com

I am working on an interface for making CRUD operations using JPA, and the following question formed in my head. If I use persist for my create method, then I can catch ...

2. Saving graph of objects that had CRUD changes, back to database via NHibernate    stackoverflow.com

I have a problem saving a graph of objects into database via NHibernate. Specifically, I read the data from database, initialise the objects using the data, make changes to the objects, ...