|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Database | |
|---|---|
| org.wamblee.test.persistence | This package provides test library for database testing in general and JPA testing specifically. |
| Uses of Database in org.wamblee.test.persistence |
|---|
| Classes in org.wamblee.test.persistence that implement Database | |
|---|---|
class |
AbstractDatabase
Abstract database class providing the creation of the datasource, preventing duplicate starts of the same database, and checking for connection leaks when the database is stopped. |
class |
DerbyDatabase
Derby database setup. |
class |
ExternalDatabase
Database that encapsulates connection to an external database. |
| Methods in org.wamblee.test.persistence that return Database | |
|---|---|
Database |
DatabaseProvider.create()
Creates a database instance that represents a running instance of that database. |
Database |
ExternalDatabaseProvider.create()
|
Database |
DerbyDatabaseProvider.create()
|
static Database |
DatabaseBuilder.getDatabase(java.lang.String... aCapabilities)
Gets the first database that has all required capabilities. |
Database |
JpaTester.getDb()
Gets the database. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||