Package | Description |
---|---|
org.apache.cayenne.access.translator.select | |
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 | Class and Description |
---|---|
class |
BaseSQLTreeProcessor |
class |
TypeAwareSQLTreeProcessor |
Modifier and Type | Method and Description |
---|---|
SQLTreeProcessor |
AutoAdapter.getSqlTreeProcessor() |
SQLTreeProcessor |
DbAdapter.getSqlTreeProcessor() |
SQLTreeProcessor |
JdbcAdapter.getSqlTreeProcessor() |
Modifier and Type | Class and Description |
---|---|
class |
DB2SQLTreeProcessor |
Modifier and Type | Method and Description |
---|---|
SQLTreeProcessor |
DB2Adapter.getSqlTreeProcessor() |
Modifier and Type | Class and Description |
---|---|
class |
DerbySQLTreeProcessor |
Modifier and Type | Method and Description |
---|---|
SQLTreeProcessor |
DerbyAdapter.getSqlTreeProcessor() |
Modifier and Type | Class and Description |
---|---|
class |
FirebirdSQLTreeProcessor |
Modifier and Type | Method and Description |
---|---|
SQLTreeProcessor |
FirebirdAdapter.getSqlTreeProcessor() |
Modifier and Type | Class and Description |
---|---|
class |
FrontBaseSQLTreeProcessor |
Modifier and Type | Method and Description |
---|---|
SQLTreeProcessor |
FrontBaseAdapter.getSqlTreeProcessor() |
Modifier and Type | Class and Description |
---|---|
class |
H2SQLTreeProcessor |
Modifier and Type | Method and Description |
---|---|
SQLTreeProcessor |
H2Adapter.getSqlTreeProcessor() |
Modifier and Type | Class and Description |
---|---|
class |
HSQLTreeProcessor |
Modifier and Type | Method and Description |
---|---|
SQLTreeProcessor |
HSQLDBAdapter.getSqlTreeProcessor() |
Modifier and Type | Class and Description |
---|---|
class |
IngressSQLTreeProcessor |
Modifier and Type | Method and Description |
---|---|
SQLTreeProcessor |
IngresAdapter.getSqlTreeProcessor() |
Modifier and Type | Class and Description |
---|---|
class |
MySQLTreeProcessor |
Modifier and Type | Method and Description |
---|---|
SQLTreeProcessor |
MySQLAdapter.getSqlTreeProcessor() |
Modifier and Type | Class and Description |
---|---|
class |
OpenBaseSQLTreeProcessor
Deprecated.
since 4.2
|
Modifier and Type | Method and Description |
---|---|
SQLTreeProcessor |
OpenBaseAdapter.getSqlTreeProcessor()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
OracleSQLTreeProcessor |
Modifier and Type | Method and Description |
---|---|
SQLTreeProcessor |
OracleAdapter.getSqlTreeProcessor() |
Modifier and Type | Class and Description |
---|---|
class |
PostgreSQLTreeProcessor |
Modifier and Type | Method and Description |
---|---|
SQLTreeProcessor |
PostgresAdapter.getSqlTreeProcessor() |
Modifier and Type | Class and Description |
---|---|
class |
SQLiteTreeProcessor |
Modifier and Type | Method and Description |
---|---|
SQLTreeProcessor |
SQLiteAdapter.getSqlTreeProcessor() |
Modifier and Type | Class and Description |
---|---|
class |
SQLServerTreeProcessor |
class |
SQLServerTreeProcessorV12
SQL tree processor that supports OFFSET X ROWS FETCH NEXT Y ROWS ONLY clause
for the SQLServer 2012 and later.
|
Modifier and Type | Method and Description |
---|---|
SQLTreeProcessor |
SQLServerAdapter.getSqlTreeProcessor() |
Modifier and Type | Class and Description |
---|---|
class |
SybaseSQLTreeProcessor |
Modifier and Type | Method and Description |
---|---|
SQLTreeProcessor |
SybaseAdapter.getSqlTreeProcessor() |
Copyright © 2001–2021 Apache Cayenne. All rights reserved.