Package com.amazon.carbonado.repo.jdbc

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

See: Description

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-2013 Amazon Technologies, Inc.. All Rights Reserved.