Package org.apache.cayenne.dba

Contains database adapter API (DbAdapter) and its default implementation.

See:
          Description

Interface Summary
DbAdapter A Cayenne extension point that abstracts the differences between specifics of JDBC interfaces to various databases.
DbAdapterFactory Deprecated. since 3.1 in favor of DbAdapterFactory configured via dependency injection.
PkGenerator Defines methods to support automatic primary key generation.
QuotingStrategy  
 

Class Summary
AutoAdapter A DbAdapter that automatically detects the kind of database it is running on and instantiates an appropriate DB-specific adapter, delegating all subsequent method calls to this adapter.
JdbcActionBuilder A factory of default SQLActions.
JdbcAdapter A generic DbAdapter implementation.
JdbcPkGenerator Default primary key generator implementation.
TypesHandler TypesHandler provides JDBC-RDBMS types mapping.
TypesMapping A utility class that handles mappings of JDBC data types to the database types and Java types.
 

Package org.apache.cayenne.dba Description

Contains database adapter API (DbAdapter) and its default implementation. DbAdapter interface and related classes solve cross-database issues inherent to JDBC.



Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.