|
||||||||||
| 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)
Creates an instance of DatabaseTestcase with the global
configured persistence unit name and overrides the global configured
DBOperation with the given database operation. |
|
DatabaseTestcase(DBOperation dbOperation,
Class<?>... clazzes)
Deprecated. |
|
DatabaseTestcase(String persistenceUnitName,
DBOperation dbOperation)
Creates an instance of DatabaseTestcase with the given
persistence unit name and overrides the global configured
DBOperation with the given 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
An 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.h2 |
|---|
| Classes in de.akquinet.jbosscc.needle.db.operation.h2 that implement DBOperation | |
|---|---|
class |
H2DeleteOperation
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.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.junit.testrule |
|---|
| Constructors in de.akquinet.jbosscc.needle.junit.testrule with parameters of type DBOperation | |
|---|---|
DatabaseTestRule(DBOperation dbOperation)
|
|
DatabaseTestRule(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 | |||||||||