@ContextConfiguration(classes={CommonHibernateDBConfiguration.class,SQLScriptsConfiguration.class})
@TransactionConfiguration(transactionManager="transactionManager",
defaultRollback=true)
@Transactional
public abstract class AbstractDefaultHibernateDeploymentTest
extends AbstractDefaultDeploymentTest
CommonHibernateDBConfiguration. If you do not specify the list of
SQL scripts it will not execute any scripts so you are free to use SQL
scripts or any other method you like to use for creating test data.CONTAINER_UTIL, CONTEXT, host| Constructor and Description |
|---|
AbstractDefaultHibernateDeploymentTest() |
executeSQLCleanUpScripts, executeSQLScripts, isRunningOnLocalHost, stopcountRowsInTable, countRowsInTableWhere, deleteFromTables, deleteFromTableWhere, dropTables, executeSqlScript, setDataSource, setSqlScriptEncodingCopyright © 2014 Tranquilized Quality. All rights reserved.