|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| JDBCBlobLoader | Callback for reloading Blobs outside original transaction. |
| JDBCClobLoader | Callback for reloading Clobs outside original transaction. |
| JDBCConnectionCapability | Capability to directly access the JDBC connection being used by the current transaction, which is thread-local. |
| JDBCStorableInfo<S extends Storable> | Contains all the metadata describing a specific Storable type as
needed by JDBCRepository. |
| JDBCStorableProperty<S extends Storable> | Contains all the metadata describing a property of a specific Storable type as needed by JDBCRepository. |
| JDBCSupport<S extends Storable> | |
| Class Summary | |
|---|---|
| JDBCRepositoryBuilder | Builds a repository instance backed by a JDBC accessible database. |
| JDBCStorableIntrospector | Provides additional metadata for a Storable type needed by
JDBCRepository. |
| LoggingDataSource | Wraps another DataSource such that all SQL statements are logged as debug. |
| SimpleDataSource | SimpleDataSource does not implement any connection pooling. |
Repository implementation that connects to an external SQL database via
JDBC. JDBC repository is not independent of the underlying database schema,
and so it requires matching tables and columns in the database. It will not
alter or create tables. Use the Alias
annotation to control precisely which tables and columns must be matched up.
JDBCRepositoryBuilder
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||