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 |
DB2Adapter
DbAdapter implementation for the DB2 RDBMS .
|
Modifier and Type | Class and Description |
---|---|
class |
DerbyAdapter
DbAdapter implementation for the Derby RDBMS
.
|
Modifier and Type | Class and Description |
---|---|
class |
FirebirdAdapter
DbAdapter implementation for FirebirdSQL
RDBMS .
|
Modifier and Type | Class and Description |
---|---|
class |
FrontBaseAdapter
DbAdapter implementation for FrontBase
RDBMS.
|
Constructor and Description |
---|
FrontBasePkGenerator(JdbcAdapter adapter) |
Modifier and Type | Class and Description |
---|---|
class |
H2Adapter
DbAdapter implementation for H2
RDBMS .
|
Constructor and Description |
---|
H2PkGenerator(JdbcAdapter adapter) |
Modifier and Type | Class and Description |
---|---|
class |
HSQLDBAdapter
DbAdapter implementation for the
HSQLDB RDBMS .
|
class |
HSQLDBNoSchemaAdapter
A flavor of HSQLDBAdapter that implements workarounds for some old driver limitations.
|
Modifier and Type | Class and Description |
---|---|
class |
IngresAdapter
DbAdapter implementation for Ingres.
|
Constructor and Description |
---|
IngresPkGenerator(JdbcAdapter adapter) |
Modifier and Type | Class and Description |
---|---|
class |
MySQLAdapter
DbAdapter implementation for MySQL RDBMS.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenBaseAdapter
DbAdapter implementation for OpenBase.
|
Constructor and Description |
---|
OpenBasePkGenerator(JdbcAdapter adapter) |
Modifier and Type | Class and Description |
---|---|
class |
Oracle8Adapter
A flavor of OracleAdapter that implements workarounds for some old driver
limitations.
|
class |
OracleAdapter
DbAdapter implementation for Oracle RDBMS
.
|
Constructor and Description |
---|
OraclePkGenerator(JdbcAdapter adapter) |
Modifier and Type | Class and Description |
---|---|
class |
PostgresAdapter
DbAdapter implementation for PostgreSQL
RDBMS .
|
Constructor and Description |
---|
PostgresPkGenerator(JdbcAdapter adapter) |
Modifier and Type | Class and Description |
---|---|
class |
SQLiteAdapter
A 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 |
SybaseAdapter
DbAdapter implementation for Sybase
RDBMS.
|
Constructor and Description |
---|
SybasePkGenerator(JdbcAdapter adapter) |
Copyright © 2001–2019 Apache Cayenne. All rights reserved.