Ibatis 2 supports lazy loading but unlike Hibernate does not require an
active session. I just users the "current" connection or goes one from the
pool if required.
http://people.apache.org/dist/ibatis/ibatis.java/docs/iBATIS-SqlMaps-2_en.pdf
On 12/15/06, Matt Raible <[EMAIL PROTECTED]> wrote:
AFAIK, there is no such filter for iBATIS. I'm not sure if iBATIS
supports lazy-loading.
Matt
On 12/14/06, qjm335 <[EMAIL PROTECTED]> wrote:
Hi, All.
I want to know if there a IBatis corresponding OpenSessionInViewFilter,
or does the Hibernate one works for Ibatis?
I will try to chec