org.jboss.arquillian.persistence.data
Interface DataHandler
- All Known Implementing Classes:
- DBUnitDataHandler
public interface DataHandler
initStatements
void initStatements(ApplyInitStatement applyInitStatementEvent)
cleanupStatements
void cleanupStatements(ApplyCleanupStatement applyCleanupStatementEvent)
prepare
void prepare(PrepareData prepareDataEvent)
compare
void compare(CompareData cleanupDataEvent)
cleanup
void cleanup(CleanUpData cleanupDataEvent)
executeScripts
void executeScripts(ExecuteScripts executeScriptsEvent)
Copyright © 2011 JBoss by Red Hat. All Rights Reserved.