See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
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.
|
Alias
annotation to control precisely which tables and columns must be matched up.JDBCRepositoryBuilder
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.