See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
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.
|
Copyright © 2001–2018 Apache Cayenne. All rights reserved.