| Interface | Description |
|---|---|
| ConnectionCallable<A> |
Similar to java.util.concurrent.Callable with a Connection as argument.
|
| ConnectionPool |
Connection pool API for managing data sources.
|
| ConnectionRunnable |
Similar to java.lang.Runnable with a Connection as argument.
|
| Database |
Database API for managing data sources and connections.
|
| DBApi |
DB API for managing application databases.
|
| Class | Description |
|---|---|
| Databases |
Creation helpers for manually instantiating databases.
|
| DB | Deprecated
Use play.api.Database
|
| DBModule |
Injection module with default DB components.
|
| DBModule.NamedDatabaseProvider |
Inject provider for named databases.
|
| DefaultConnectionPool |
Default delegating implementation of the connection pool API.
|
| DefaultDatabase |
Default delegating implementation of the database API.
|
| DefaultDBApi |
Default delegating implementation of the DB API.
|
| NamedDatabaseImpl |
| Annotation Type | Description |
|---|---|
| NamedDatabase |