Package com.amazon.carbonado.repo.jdbc

Repository implementation that connects to an external SQL database via JDBC.

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.
 

Package com.amazon.carbonado.repo.jdbc Description

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.

See Also:
JDBCRepositoryBuilder


Copyright © 2006-2009 Amazon Technologies, Inc.. All Rights Reserved.