bchoi
09-28-2006, 07:37 PM
Hi all. Currently I am trying to use IBatis with Spring.
I am creating proxy object after loading object from IBatis mapper.
However I couldn't find a way to proxy children objects loaded within IBatis (using "select" in resultmap).
Either I have to intercept Ibatis object creation or
I have to implement my own Object Graph navigator. But this is little bit
more complicated if I consider "Lazy loading" and "Cacing" perspective.
Anybody has same experience or share best practice?
I am creating proxy object after loading object from IBatis mapper.
However I couldn't find a way to proxy children objects loaded within IBatis (using "select" in resultmap).
Either I have to intercept Ibatis object creation or
I have to implement my own Object Graph navigator. But this is little bit
more complicated if I consider "Lazy loading" and "Cacing" perspective.
Anybody has same experience or share best practice?