Confirming on parameterMap versus ParameterClass

2009-08-06 Thread swaroop belur
Hi all, The book ibatis in Action mentions a clear performance gain by using paramterMap(external/explicit) However if paramterMap is not recommended from ibatis 3.0 then does it contradict the above statement in anyway or is it that ibatis builds parameterMap internally the first time it uses a

Ibator and foreign keys

2009-07-30 Thread swaroop belur
Hello all, Accd to the docs , we need to hand code sqls having joins and ibator cannot help use here. Is there any update to this.. any plans to handle this soon? This would be a very useful feature to have Thanks sbelur -- View this message in context: http://www.nabble.com/Ibator-and-for

Re: Questions regd ibatis best practices - need some help here

2009-07-23 Thread swaroop belur
time. -swaroop swaroop belur wrote: > > Hello all, > > Is there any pointer/link or document which suggests using certain > features over others to achieve the same goal > to improve performance for example. > > 1. Like for instance when executing an update query ,

Questions regd ibatis best practices - need some help here

2009-07-22 Thread swaroop belur
Hello all, Is there any pointer/link or document which suggests using certain features over others to achieve the same goal to improve performance for example. 1. Like for instance when executing an update query , we can either specify parameterClass or parameterMap Which one is preferred an

Managing a JTA transaction without using Spring

2009-06-08 Thread swaroop belur
Hello all, Is there any example or pointer for an app using multiple data sources, in which transaction management is done using ibatis JTA Tx Manager itself (No spring involved) . The Tx spans ops across multiple databases. I did search around the forum, but they were not very clear of the a