Saturday, 31 August 2013

How to persist a one-to-one relationship ? (no framework)

How to persist a one-to-one relationship ? (no framework)

Right now I have a DAO for each entity.
When I save a certain entity, say Employee, it needs to be linked to
corresponding Node entity to show up in a tree.
How can this be done while keeping the code as simple as possible ?

No comments:

Post a Comment