Reuse objects in DAO #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: freemo
When copying from DAO to beans and back there should be a mechanism to cache and reuse objects that are equal (by id or internal name) rather than creating new instances.
This works both ways, when persisting a bean to the DAO it should look for the existing one int he database and modify it rather than always creating new ones.