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 compareDataEvent)
cleanupUsingScript
void cleanupUsingScript(CleanupDataUsingScript cleanupDataUsingScriptEvent)
cleanup
void cleanup(CleanupData cleanupDataEvent)
executeScripts
void executeScripts(ExecuteScripts executeScriptsEvent)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.