You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Sergey Livanov <se...@gmail.com> on 2010/05/20 00:41:20 UTC

Best practices

I have an idea to run sql operators from the stored procedures.

For me it has become a necessity because every client has their own
data structure and when a new version is released errors spring up.
In transfering a variable code to the level of database mistakes can
be avoided.
But in transfering the code I'm losing flexibility of iBatis.

What is the best practices ?