| 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.frontbase | FrontBase DbAdapter. | 
| org.apache.cayenne.dba.h2 | |
| 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.sybase | Sybase DbAdapter. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JdbcPkGeneratorDefault primary key generator implementation. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected PkGenerator | AutoAdapter. pkGenerator | 
| Modifier and Type | Method and Description | 
|---|---|
| protected PkGenerator | JdbcAdapter. createPkGenerator()Creates and returns a primary key generator. | 
| PkGenerator | AutoAdapter. getPkGenerator()Returns a primary key generator. | 
| PkGenerator | DbAdapter. getPkGenerator()Returns primary key generator associated with this DbAdapter. | 
| PkGenerator | JdbcAdapter. getPkGenerator()Returns primary key generator associated with this DbAdapter. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AutoAdapter. setPkGenerator(PkGenerator pkGenerator)Sets a PK generator override. | 
| void | JdbcAdapter. setPkGenerator(PkGenerator pkGenerator)Sets new primary key generator. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DB2PkGeneratorA sequence-based PK generator used by  DB2Adapter. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected PkGenerator | DB2Adapter. createPkGenerator()Creates a DB2 specific PK Generator. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DerbyPkGeneratorPK generator for Derby that uses sequences. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected PkGenerator | DerbyAdapter. createPkGenerator() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FrontBasePkGenerator | 
| Modifier and Type | Method and Description | 
|---|---|
| protected PkGenerator | FrontBaseAdapter. createPkGenerator() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | H2PkGeneratorDefault PK generator for H2 that uses sequences for PK generation. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected PkGenerator | H2Adapter. createPkGenerator() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | IngresPkGeneratorIngres-specific sequence based PK generator. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected PkGenerator | IngresAdapter. createPkGenerator() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MySQLPkGenerator | 
| Modifier and Type | Method and Description | 
|---|---|
| protected PkGenerator | MySQLAdapter. createPkGenerator()Creates and returns a primary key generator. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | OpenBasePkGenerator | 
| Modifier and Type | Method and Description | 
|---|---|
| protected PkGenerator | OpenBaseAdapter. createPkGenerator()Creates and returns a primary key generator. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | OraclePkGeneratorSequence-based primary key generator implementation for Oracle. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected PkGenerator | OracleAdapter. createPkGenerator()Creates and returns a primary key generator. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PostgresPkGeneratorDefault PK generator for PostgreSQL that uses sequences for PK generation. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected PkGenerator | PostgresAdapter. createPkGenerator() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SybasePkGeneratorPrimary key generator implementation for Sybase. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected PkGenerator | SybaseAdapter. createPkGenerator()Creates and returns a primary key generator. | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.