Class DbOperation

    • Field Detail

      • operationType

        protected DbOperationType operationType
        The type of the operation.
      • rowsAffected

        protected int rowsAffected
      • entityType

        protected Class<? extends DbEntity> entityType
        The type of the DbEntity this operation is executed on.
    • Constructor Detail

      • DbOperation

        public DbOperation()
    • Method Detail

      • getEntityType

        public Class<? extends DbEntity> getEntityType()
      • setEntityType

        public void setEntityType​(Class<? extends DbEntity> entityType)
      • setOperationType

        public void setOperationType​(DbOperationType operationType)
      • getRowsAffected

        public int getRowsAffected()
      • setRowsAffected

        public void setRowsAffected​(int rowsAffected)
      • isFailed

        public boolean isFailed()
      • setFailure

        public void setFailure​(Exception failure)