2

I am refactoring/migrating the system from java 6 to java 8 and consequently, I need to migrate from ibatis to mybatis-spring as well. I am new to both ibatis and mybatis, therefore I stumble into problems once in a while.

The system is full of code like this

sqlMapTemplate.execute(new SqlMapClientCallback()
    { public Object doInSqlMapClient(SqlMapExecutor executor)  
      ... 
    }

The question is - what is the alternative to ibatis SqlMapClientCallback in mybatis to do batch operations and how it should be done?

1
  • Take a look at this topic. Commented Feb 19, 2016 at 12:14

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.