|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
Contains database adapter API (DbAdapter) and its default implementation. DbAdapter interface and related classes solve cross-database issues inherent to JDBC.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |