| Package | Description | 
|---|---|
| org.needle4j.db.operation | |
| org.needle4j.db.operation.h2 | |
| org.needle4j.db.operation.hsql | |
| org.needle4j.junit | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExecuteScriptOperation
Execute before and after sql scripts in test setup and tear down. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
H2DeleteOperation
Delete everything from the DB: This cannot be done with the JPA, because the
 order of deletion matters. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HSQLDeleteOperation
Delete everything from the DB: This cannot be done with the JPA, because the
 order of deletion matters. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
B | 
AbstractDatabaseRuleBuilder.withDBOperation(Class<? extends AbstractDBOperation> dbOperationClass)  | 
Copyright © 2014. All rights reserved.