1. CRUD and merge/persist stackoverflow.comI am working on an interface for making CRUD operations using JPA, and the following question formed in my head.
If I use |
2. Saving graph of objects that had CRUD changes, back to database via NHibernate stackoverflow.comI 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, ... |