Arquillian Persistence Extension Implementation 1.0.0.Alpha4

org.jboss.arquillian.persistence.data.dbunit
Class DBUnitDataHandler

java.lang.Object
  extended by org.jboss.arquillian.persistence.data.dbunit.DBUnitDataHandler
All Implemented Interfaces:
DataHandler

public class DBUnitDataHandler
extends Object
implements DataHandler

Author:
Bartosz Majsak

Constructor Summary
DBUnitDataHandler()
           
 
Method Summary
 void cleanup(CleanupData cleanupDataEvent)
           
 void cleanupStatements(ApplyCleanupStatement applyCleanupStatementEvent)
           
 void cleanupUsingScript(CleanupDataUsingScript cleanupDataUsingScriptEvent)
           
 void compare(CompareData compareDataEvent)
           
 void executeScripts(ExecuteScripts executeScriptsEvent)
           
 void initStatements(ApplyInitStatement applyInitStatementEvent)
           
 void prepare(PrepareData prepareDataEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBUnitDataHandler

public DBUnitDataHandler()
Method Detail

initStatements

public void initStatements(@Observes
                           ApplyInitStatement applyInitStatementEvent)
Specified by:
initStatements in interface DataHandler

cleanupStatements

public void cleanupStatements(@Observes
                              ApplyCleanupStatement applyCleanupStatementEvent)
Specified by:
cleanupStatements in interface DataHandler

prepare

public void prepare(@Observes
                    PrepareData prepareDataEvent)
Specified by:
prepare in interface DataHandler

compare

public void compare(@Observes
                    CompareData compareDataEvent)
Specified by:
compare in interface DataHandler

cleanup

public void cleanup(@Observes
                    CleanupData cleanupDataEvent)
Specified by:
cleanup in interface DataHandler

cleanupUsingScript

public void cleanupUsingScript(@Observes
                               CleanupDataUsingScript cleanupDataUsingScriptEvent)
Specified by:
cleanupUsingScript in interface DataHandler

executeScripts

public void executeScripts(@Observes
                           ExecuteScripts executeScriptsEvent)
Specified by:
executeScripts in interface DataHandler

Arquillian Persistence Extension Implementation 1.0.0.Alpha4

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.