|
From: Stefan D S. <ste...@us...> - 2004-07-31 14:08:51
|
How do you invoke the underlying Ibatis API batch methods from Spring? I am using org.springframework.orm.ibatis.SqlMapClientTemplate, but the iBatis batch API is not exposed. If I use Ibatis API directly, I have to handle the SQLExceptions. Is this the right way to be able to use the IBatis batch API from Spring? Thank you. |