Class BulkDeleteOperation


  • public class BulkDeleteOperation
    extends Object
    Use this to execute a dedicated delete statement. It is important to note there won't be any optimistic locking checks done for these kind of delete operations!
    • Field Detail

      • statement

        protected String statement
      • parameter

        protected Object parameter
    • Constructor Detail

      • BulkDeleteOperation

        public BulkDeleteOperation​(String statement,
                                   Object parameter)
    • Method Detail

      • execute

        public void execute​(org.apache.ibatis.session.SqlSession sqlSession)