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!
    Author:
    Joram Barrez
    • 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,
                            Class<? extends Entity> clazz)
      • getStatement

        public String getStatement()
      • setStatement

        public void setStatement​(String statement)
      • getParameter

        public Object getParameter()
      • setParameter

        public void setParameter​(Object parameter)