Class BulkDeleteOperation


  • public class BulkDeleteOperation
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Object parameter  
      protected java.lang.String statement  
    • Constructor Summary

      Constructors 
      Constructor Description
      BulkDeleteOperation​(java.lang.String statement, java.lang.Object parameter)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(org.apache.ibatis.session.SqlSession sqlSession)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • statement

        protected java.lang.String statement
      • parameter

        protected java.lang.Object parameter
    • Constructor Detail

      • BulkDeleteOperation

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

      • execute

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object