Package org.dbunit.operation
package org.dbunit.operation
-
ClassDescriptionBase implementation for database operation that are executed in batch.Decorates an operation and close the database connection after executing it.This class is a composite that combines multiple database operation in a single one.Defines the interface contract for operations performed on the database.Deletes all rows of tables present in the specified dataset.Deletes only the dataset contents from the database.Inserts the dataset contents into the database.This operation literally refreshes dataset contents into the database.Decorates an operation and executes within the context of a transaction.Truncate tables present in the specified dataset.Updates the database from the dataset contents.