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.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.sqlserver |
MS SQLServer DbAdapter.
|
org.apache.cayenne.dba.sybase |
Sybase DbAdapter.
|
org.apache.cayenne.merge |
Modifier and Type | Method and Description |
---|---|
MergerFactory |
AutoAdapter.mergerFactory() |
MergerFactory |
DbAdapter.mergerFactory() |
MergerFactory |
JdbcAdapter.mergerFactory() |
Modifier and Type | Class and Description |
---|---|
class |
DB2MergerFactory |
Modifier and Type | Method and Description |
---|---|
MergerFactory |
DB2Adapter.mergerFactory() |
Modifier and Type | Class and Description |
---|---|
class |
DerbyMergerFactory |
Modifier and Type | Method and Description |
---|---|
MergerFactory |
DerbyAdapter.mergerFactory() |
Modifier and Type | Class and Description |
---|---|
class |
FirebirdMergerFactory |
Modifier and Type | Class and Description |
---|---|
class |
H2MergerFactory |
Modifier and Type | Method and Description |
---|---|
MergerFactory |
H2Adapter.mergerFactory() |
Modifier and Type | Class and Description |
---|---|
class |
HSQLMergerFactory |
Modifier and Type | Method and Description |
---|---|
MergerFactory |
HSQLDBAdapter.mergerFactory() |
Modifier and Type | Class and Description |
---|---|
class |
IngresMergerFactory |
Modifier and Type | Method and Description |
---|---|
MergerFactory |
IngresAdapter.mergerFactory() |
Modifier and Type | Class and Description |
---|---|
class |
MySQLMergerFactory |
Modifier and Type | Method and Description |
---|---|
MergerFactory |
MySQLAdapter.mergerFactory() |
Modifier and Type | Class and Description |
---|---|
class |
OpenBaseMergerFactory |
Modifier and Type | Method and Description |
---|---|
MergerFactory |
OpenBaseAdapter.mergerFactory() |
Modifier and Type | Class and Description |
---|---|
class |
OracleMergerFactory |
Modifier and Type | Method and Description |
---|---|
MergerFactory |
OracleAdapter.mergerFactory() |
Modifier and Type | Class and Description |
---|---|
class |
PostgresMergerFactory |
Modifier and Type | Method and Description |
---|---|
MergerFactory |
PostgresAdapter.mergerFactory() |
Modifier and Type | Class and Description |
---|---|
class |
SQLServerMergerFactory |
Modifier and Type | Method and Description |
---|---|
MergerFactory |
SQLServerAdapter.mergerFactory() |
Modifier and Type | Class and Description |
---|---|
class |
SybaseMergerFactory |
Modifier and Type | Method and Description |
---|---|
MergerFactory |
SybaseAdapter.mergerFactory() |
Constructor and Description |
---|
DbMerger(MergerFactory factory) |
DbMerger(MergerFactory factory,
ValueForNullProvider valueForNull) |
Copyright © 2001–2015 Apache Cayenne. All rights reserved.