Package | Description |
---|---|
org.apache.cayenne.configuration.server | |
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 List<DbAdapterDetector> |
DefaultDbAdapterFactory.detectors |
Modifier and Type | Method and Description |
---|---|
static ListBuilder<DbAdapterDetector> |
ServerModule.contributeAdapterDetectors(Binder binder)
Provides access to a DI collection builder for
DbAdapterDetector 's that allows downstream modules to
"contribute" their own adapter detectors. |
Constructor and Description |
---|
DefaultDbAdapterFactory(List<DbAdapterDetector> detectors) |
Modifier and Type | Class and Description |
---|---|
class |
DB2Sniffer |
Modifier and Type | Class and Description |
---|---|
class |
DerbySniffer
Creates a DerbyAdapter if Apache Derby database is detected.
|
Modifier and Type | Class and Description |
---|---|
class |
FirebirdSniffer |
Modifier and Type | Class and Description |
---|---|
class |
FrontBaseSniffer |
Modifier and Type | Class and Description |
---|---|
class |
H2Sniffer |
Modifier and Type | Class and Description |
---|---|
class |
HSQLDBSniffer
Detects HSQLDB database from JDBC metadata.
|
Modifier and Type | Class and Description |
---|---|
class |
IngresSniffer
Detects Ingres database from JDBC metadata.
|
Modifier and Type | Class and Description |
---|---|
class |
MySQLSniffer
Detects MySQL database from JDBC metadata.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenBaseSniffer
Detects OpenBase DB from JDBC metadata.
|
Modifier and Type | Class and Description |
---|---|
class |
OracleSniffer |
Modifier and Type | Class and Description |
---|---|
class |
PostgresSniffer |
Modifier and Type | Class and Description |
---|---|
class |
SQLiteSniffer
Detects SQLite database from JDBC metadata.
|
Modifier and Type | Class and Description |
---|---|
class |
SQLServerSniffer
Detects SQLServer database from JDBC metadata.
|
Modifier and Type | Class and Description |
---|---|
class |
SybaseSniffer
Detects Sybase database from JDBC metadata.
|
Copyright © 2001–2018 Apache Cayenne. All rights reserved.