| Package | Description | 
|---|---|
| org.apache.cayenne.access.translator.ejbql | |
| 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.hsqldb | HSQLDB DbAdapter. | 
| org.apache.cayenne.dba.mysql | MySQL DbAdapter. | 
| org.apache.cayenne.dba.oracle | Oracle DbAdapter. | 
| org.apache.cayenne.dba.sybase | Sybase DbAdapter. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JdbcEJBQLTranslatorFactoryA default EJBQLTranslatorFactory. | 
| Constructor and Description | 
|---|
| EJBQLTranslationContext(EntityResolver entityResolver,
                       EJBQLQuery query,
                       EJBQLCompiledExpression compiledExpression,
                       EJBQLTranslatorFactory translatorFactory,
                       QuotingStrategy quotingStrategy) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected EJBQLTranslatorFactory | JdbcAdapter. ejbqlTranslatorFactory | 
| Modifier and Type | Method and Description | 
|---|---|
| protected EJBQLTranslatorFactory | JdbcAdapter. createEJBQLTranslatorFactory()Creates and returns an  EJBQLTranslatorFactoryused to generate
 visitors for EJBQL to SQL translations. | 
| EJBQLTranslatorFactory | AutoAdapter. getEjbqlTranslatorFactory() | 
| EJBQLTranslatorFactory | DbAdapter. getEjbqlTranslatorFactory()Returns a translator factory for EJBQL to SQL translation. | 
| EJBQLTranslatorFactory | JdbcAdapter. getEjbqlTranslatorFactory()Returns a translator factory for EJBQL to SQL translation. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JdbcAdapter. setEjbqlTranslatorFactory(EJBQLTranslatorFactory ejbqlTranslatorFactory)Sets a translator factory for EJBQL to SQL translation. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DB2EJBQLTranslatorFactory | 
| Modifier and Type | Method and Description | 
|---|---|
| EJBQLTranslatorFactory | DB2Adapter. getEjbqlTranslatorFactory() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DerbyEJBQLTranslatorFactory | 
| Modifier and Type | Method and Description | 
|---|---|
| protected EJBQLTranslatorFactory | DerbyAdapter. createEJBQLTranslatorFactory() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FirebirdEJBQLTranslatorFactory | 
| Modifier and Type | Method and Description | 
|---|---|
| EJBQLTranslatorFactory | FirebirdAdapter. getEjbqlTranslatorFactory() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HSQLEJBQLTranslatorFactory | 
| Modifier and Type | Method and Description | 
|---|---|
| protected EJBQLTranslatorFactory | HSQLDBAdapter. createEJBQLTranslatorFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected EJBQLTranslatorFactory | MySQLAdapter. createEJBQLTranslatorFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected EJBQLTranslatorFactory | OracleAdapter. createEJBQLTranslatorFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected EJBQLTranslatorFactory | SybaseAdapter. createEJBQLTranslatorFactory() | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.