I would love to hear more about your solutions, Brian. I plan on
implementing similar functionality.
Cheers,
Peter
Choi, Brian wrote:
Hi all. Anybody implemented Object Graph Persistence using IBatis?
It seems like there is only loading support via Lazy Load. (Java
version has join fetch).
It will be great if someone can share their experience or best practice.
Currently I am using external xml or custom attribute so that I can
use that info
to persist all the related objects. It will be much easier if we have
similar construct describing object relationship
for insert, update and delete as in “select” clause in ParameterMap.
Brian Choi