DataSource
s over a
EmbeddedDerbyResource
using the JUnit 4.x resource
EmbeddedDerbyDataSourceResource
.See: Description
Interface | Description |
---|---|
EmbeddedDerbyDataSourceFactory |
Factory for creating
DataSource instances to connect to a Derby resource. |
Class | Description |
---|---|
EmbeddedDerbyDataSourceResource |
Provides an in-memory Derby resource capable of providing different kinds of
DataSource s supported by Derby. |
DataSource
s over a
EmbeddedDerbyResource
using the JUnit 4.x resource
EmbeddedDerbyDataSourceResource
.
All the configuration and features available in EmbeddedDerbyResource
are available in the extended
resource.
All three DataSource
types supported by derby; DataSource
,
ConnectionPoolDataSource
and XADataSource
are supported using the factory
interface EmbeddedDerbyDataSourceFactory
. An instance of the
datasource factory tied to the underlying resource (and database) can be obtained using the
EmbeddedDerbyDataSourceResource.getDataSourceFactory()
method to
enable creating datasources.
More details are in the Project Website.
Copyright © 2015-2016 Development Entropy (deventropy.org) Contributors