Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.dbunit.operation Classes and Interfaces - 14 results found.
| Name | Description | Type | Package | Framework |
| AbstractBatchOperation | Base implementation for database operation that are executed in batch. | Class | org.dbunit.operation | SourceForge DBUnit |
|
| AbstractOperation | | Class | org.dbunit.operation | SourceForge DBUnit |
|
| CloseConnectionOperation | Decorates an operation and close the database connection after executing it. | Class | org.dbunit.operation | SourceForge DBUnit |
|
| CompositeOperation | This class is a composite that combines multiple database operation in aSince:Feb 18, 2002Version:$Revision$Author:Manuel Laflamme | Class | org.dbunit.operation | SourceForge DBUnit |
|
| DatabaseOperation | Defines the interface contract for operations performed on the database. | Class | org.dbunit.operation | SourceForge DBUnit |
|
| DeleteAllOperation | Deletes all rows of tables present in the specified dataset. | Class | org.dbunit.operation | SourceForge DBUnit |
|
| DeleteOperation | Deletes only the dataset contents from the database. | Class | org.dbunit.operation | SourceForge DBUnit |
|
| ExclusiveTransactionException | | Class | org.dbunit.operation | SourceForge DBUnit |
|
| InsertOperation | Inserts the dataset contents into the database. | Class | org.dbunit.operation | SourceForge DBUnit |
|
| OperationData | | Class | org.dbunit.operation | SourceForge DBUnit |
|
| RefreshOperation | This operation literally refreshes dataset contents into the database. | Class | org.dbunit.operation | SourceForge DBUnit |
|
| TransactionOperation | Decorates an operation and executes within the context of a transaction. | Class | org.dbunit.operation | SourceForge DBUnit |
|
| TruncateTableOperation | Truncate tables present in the specified dataset. | Class | org.dbunit.operation | SourceForge DBUnit |
|
| UpdateOperation | Updates the database from the dataset contents. | Class | org.dbunit.operation | SourceForge DBUnit |