...
In addition, the important thing to be careful when processing LOB is that in order to process LOB data in ALTIBASEAltibase, the transaction must be managed after changing the autocommit mode to false. When setting dataSource in <transactionManager> of SqlMapConfig file when integrating iBATIS, setAutoCommit(false); There is no consideration when processing LOB because the autocommit mode is changed to false by calling the method. However, if iBATIS and Spring are integrated together, if the user manages transactions in Spring, the user must specify TransactionManager bean to process LOB.
...
For more detailed information on how to process transactions declaratively, please refer to the document "ALTIBASE Spring Linking Integration Guide for Altibase".
Ex) LobSpringIbatisSample's applicationContext.xml file
...
To run the LobSpringIbatisSample project above, Altibase.jar, ibatis-2.3.4.x.jar, spring-jdbc.jar, spring.orm.jar, spring.jar, commons-logging,kar, and club-nodep-xx files are needed.