Deprecated API

Deprecated Methods
com.ibatis.sqlmap.client.SqlMapClient.getSession()
          Use openSession() instead. THIS METHOD WILL BE REMOVED BEFORE FINAL RELEASE. 
com.ibatis.sqlmap.engine.impl.SqlMapClientImpl.getSession()
          Use openSession() 
com.ibatis.sqlmap.client.SqlMapTransactionManager.getUserConnection()
          Use getCurrentConnection() instead. 
com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl.getUserConnection()
            
com.ibatis.sqlmap.engine.impl.SqlMapClientImpl.getUserConnection()
            
com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext.isFirst()
          This method should not be used to decide whether or not to add prepend and open text to the generated statement. Rather, use the methods isPrependEnabled() and someSubElementsHaveContent().