Uses of Interface
org.dbunit.IOperationListener

Packages that use IOperationListener
org.dbunit   
 

Uses of IOperationListener in org.dbunit
 

Classes in org.dbunit that implement IOperationListener
 class DefaultOperationListener
          Default implementation of the IOperationListener.
 

Fields in org.dbunit declared as IOperationListener
static IOperationListener IOperationListener.NO_OP_OPERATION_LISTENER
          Simple implementation of the IOperationListener that does not close the database connection after setUp and tearDown.
 

Methods in org.dbunit that return IOperationListener
protected  IOperationListener DatabaseTestCase.getOperationListener()
           
 

Methods in org.dbunit with parameters of type IOperationListener
 void IDatabaseTester.setOperationListener(IOperationListener operationListener)
           
 void AbstractDatabaseTester.setOperationListener(IOperationListener operationListener)
           
 



Copyright © 2002-2010. All Rights Reserved.