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
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
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 ,
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
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