|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DBOperation in de.akquinet.jbosscc.needle.db |
|---|
| Constructors in de.akquinet.jbosscc.needle.db with parameters of type DBOperation | |
|---|---|
DatabaseTestcase(DBOperation dbOperation)
Create an instance of DatabaseTestcase with the global configured
persistence unit name and override the global configured
DBOperation with the give database operation. |
|
DatabaseTestcase(DBOperation dbOperation,
Class<?>... clazzes)
Deprecated. |
|
DatabaseTestcase(String persistenceUnitName,
DBOperation dbOperation)
Create an instance of DatabaseTestcase with the given persistence
unit name and override the global configured DBOperation with the
give database operation. |
|
| Uses of DBOperation in de.akquinet.jbosscc.needle.db.operation |
|---|
| Classes in de.akquinet.jbosscc.needle.db.operation that implement DBOperation | |
|---|---|
class |
AbstractDBOperation
A abstract implementation of DBOperation with common jdbc operations. |
class |
ExecuteScriptOperation
Execute before and after sql scripts in test setup and tear down. |
| Uses of DBOperation in de.akquinet.jbosscc.needle.db.operation.hsql |
|---|
| Classes in de.akquinet.jbosscc.needle.db.operation.hsql that implement DBOperation | |
|---|---|
class |
HSQLDeleteOperation
Delete everything from the DB: This cannot be done with the JPA, because the order of deletion matters. |
| Uses of DBOperation in de.akquinet.jbosscc.needle.junit |
|---|
| Constructors in de.akquinet.jbosscc.needle.junit with parameters of type DBOperation | |
|---|---|
DatabaseRule(DBOperation dbOperation)
|
|
DatabaseRule(DBOperation dbOperation,
Class<?>... clazzes)
Deprecated. |
|
DatabaseRule(String persistenceUnitName,
DBOperation dbOperation)
|
|
| Uses of DBOperation in de.akquinet.jbosscc.needle.testng |
|---|
| Constructors in de.akquinet.jbosscc.needle.testng with parameters of type DBOperation | |
|---|---|
DatabaseTestcase(DBOperation dbOperation)
|
|
DatabaseTestcase(DBOperation dbOperation,
Class<?>... clazzes)
Deprecated. |
|
DatabaseTestcase(String persistenceUnitName,
DBOperation dbOperation)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||