Uses of Class
org.dbunit.operation.AbstractOperation
Packages that use AbstractOperation
-
Uses of AbstractOperation in org.dbunit.ext.mssql
Subclasses of AbstractOperation in org.dbunit.ext.mssqlModifier and TypeClassDescriptionclassThis class disable the MS SQL Server automatic identifier generation for the execution of inserts. -
Uses of AbstractOperation in org.dbunit.operation
Subclasses of AbstractOperation in org.dbunit.operationModifier and TypeClassDescriptionclassBase implementation for database operation that are executed in batch.classDeletes all rows of tables present in the specified dataset.classDeletes only the dataset contents from the database.classInserts the dataset contents into the database.classThis operation literally refreshes dataset contents into the database.classTruncate tables present in the specified dataset.classUpdates the database from the dataset contents.