Reuse objects in DAO #5

Open
opened 2017-09-19 13:37:24 +00:00 by freemo · 0 comments
freemo commented 2017-09-19 13:37:24 +00:00 (Migrated from git.qoto.org)

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.

*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.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: aethyr/AetherMUD#5
No description provided.