Package | Description |
---|---|
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.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 |
DB2PkGenerator
A sequence-based PK generator used by
DB2Adapter . |
Modifier and Type | Class and Description |
---|---|
class |
DerbyPkGenerator
Default PK generator for Derby that uses updateable ResultSet to get the next id from
the lookup table.
|
Modifier and Type | Class and Description |
---|---|
class |
FrontBasePkGenerator |
Modifier and Type | Class and Description |
---|---|
class |
IngresPkGenerator
Ingres-specific sequence based PK generator.
|
Modifier and Type | Class and Description |
---|---|
class |
MySQLPkGenerator |
Modifier and Type | Class and Description |
---|---|
class |
OpenBasePkGenerator |
Modifier and Type | Class and Description |
---|---|
class |
OraclePkGenerator
Sequence-based primary key generator implementation for Oracle.
|
Modifier and Type | Class and Description |
---|---|
class |
PostgresPkGenerator
Default PK generator for PostgreSQL that uses sequences for PK generation.
|
Modifier and Type | Class and Description |
---|---|
class |
SybasePkGenerator
Primary key generator implementation for Sybase.
|
Copyright © 2001–2018 Apache Cayenne. All rights reserved.