| Package | Description | 
|---|---|
| org.apache.cayenne.access.jdbc | Contains classes that handle JDBC interactions. | 
| org.apache.cayenne.access.translator.procedure | |
| 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.sqlserver | MS SQLServer DbAdapter. | 
| org.apache.cayenne.map | Contains O/R mapping classes that store relational database 
metadata information and map it to Java classes. | 
| org.apache.cayenne.query | Defines standard queries supported by Cayenne and extension mechanism to create
custom queries. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ProcedureQuery | ProcedureAction. query | 
| Constructor and Description | 
|---|
| ProcedureAction(ProcedureQuery query,
               DataNode dataNode) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ProcedureQuery | ProcedureTranslator. query | 
| Modifier and Type | Method and Description | 
|---|---|
| ProcedureQuery | ProcedureTranslator. getProcedureQuery() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ProcedureTranslator. setQuery(ProcedureQuery query) | 
| Modifier and Type | Method and Description | 
|---|---|
| SQLAction | JdbcActionBuilder. procedureAction(ProcedureQuery query) | 
| Modifier and Type | Method and Description | 
|---|---|
| SQLAction | DB2ActionBuilder. procedureAction(ProcedureQuery query) | 
| Modifier and Type | Method and Description | 
|---|---|
| SQLAction | SQLServerActionBuilder. procedureAction(ProcedureQuery query) | 
| Constructor and Description | 
|---|
| SQLServerProcedureAction(ProcedureQuery query,
                        DataNode dataNode) | 
| Modifier and Type | Method and Description | 
|---|---|
| ProcedureQuery | ProcedureQueryDescriptor. buildQuery() | 
| Modifier and Type | Method and Description | 
|---|---|
| SQLAction | SQLActionVisitor. procedureAction(ProcedureQuery query)Creates an action to execute a ProcedureQuery. | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.