| Package | Description | 
|---|---|
| org.apache.cayenne.dba | Contains database adapter API (DbAdapter) and its default implementation. | 
| org.apache.cayenne.dba.db2 | IBM DB2 DbAdapter. | 
| org.apache.cayenne.dba.derby | Apache Derby DbAdapter. | 
| org.apache.cayenne.dba.firebird | |
| org.apache.cayenne.dba.frontbase | FrontBase DbAdapter. | 
| org.apache.cayenne.dba.h2 | |
| org.apache.cayenne.dba.hsqldb | HSQLDB DbAdapter. | 
| org.apache.cayenne.dba.ingres | |
| org.apache.cayenne.dba.mysql | MySQL DbAdapter. | 
| org.apache.cayenne.dba.openbase | OpenBase DbAdapter. | 
| org.apache.cayenne.dba.oracle | Oracle DbAdapter. | 
| org.apache.cayenne.dba.postgres | PostgreSQL DbAdapter. | 
| org.apache.cayenne.dba.sqlite | |
| org.apache.cayenne.dba.sqlserver | MS SQLServer DbAdapter. | 
| org.apache.cayenne.dba.sybase | Sybase DbAdapter. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected JdbcAdapter | JdbcPkGenerator. adapter | 
| Modifier and Type | Method and Description | 
|---|---|
| JdbcAdapter | JdbcPkGenerator. getAdapter() | 
| Constructor and Description | 
|---|
| JdbcPkGenerator(JdbcAdapter adapter) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DB2AdapterDbAdapter implementation for the  DB2 RDBMS . | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DerbyAdapterDbAdapter implementation for the  Derby RDBMS
 . | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FirebirdAdapterDbAdapter implementation for FirebirdSQL
 RDBMS . | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FrontBaseAdapterDbAdapter implementation for FrontBase
 RDBMS. | 
| Constructor and Description | 
|---|
| FrontBasePkGenerator(JdbcAdapter adapter) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | H2AdapterDbAdapter implementation for H2
 RDBMS . | 
| Constructor and Description | 
|---|
| H2PkGenerator(JdbcAdapter adapter) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HSQLDBAdapterDbAdapter implementation for the 
 HSQLDB RDBMS . | 
| class  | HSQLDBNoSchemaAdapterA flavor of HSQLDBAdapter that implements workarounds for some old driver limitations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | IngresAdapterDbAdapter implementation for Ingres. | 
| Constructor and Description | 
|---|
| IngresPkGenerator(JdbcAdapter adapter) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MySQLAdapterDbAdapter implementation for MySQL RDBMS. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | OpenBaseAdapterDbAdapter implementation for OpenBase. | 
| Constructor and Description | 
|---|
| OpenBasePkGenerator(JdbcAdapter adapter) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | Oracle8AdapterA flavor of OracleAdapter that implements workarounds for some old driver
 limitations. | 
| class  | OracleAdapterDbAdapter implementation for Oracle RDBMS
 . | 
| Constructor and Description | 
|---|
| OraclePkGenerator(JdbcAdapter adapter) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PostgresAdapterDbAdapter implementation for PostgreSQL
 RDBMS . | 
| Constructor and Description | 
|---|
| PostgresPkGenerator(JdbcAdapter adapter) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SQLiteAdapterA SQLite database adapter that works with Zentus JDBC driver. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SQLServerAdapter
 Cayenne DbAdapter implementation for Microsoft SQL Server  engine. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SybaseAdapterDbAdapter implementation for Sybase
 RDBMS. | 
| Constructor and Description | 
|---|
| SybasePkGenerator(JdbcAdapter adapter) | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.