merge « DAO « JPA Q&A





1. Merging a List of domain objects    stackoverflow.com

I want to change a flag on a series of objects. What is the standard DAO practise for:

  • Changing a property of all objects represented in a table?
  • Merging a list of objects?
...