iBATIS is not an ORM. So there are a great many differences between it and Hibernate.
iBATIS never calls any statements implicitly, nor does it support object identity. So there's no need to track changes on objects. Cheers, Clinton On Thu, 17 Mar 2005 11:48:18 -0500, Jason Hall <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I just want to know if Ibatis supports "unit of work" instead of requerying > the database each time.

