| Package | Description | 
|---|---|
| org.apache.cayenne.access.jdbc | Contains classes that handle JDBC interactions. | 
| org.apache.cayenne.access.translator.ejbql | |
| org.apache.cayenne.dba | Contains database adapter API (DbAdapter) and its default implementation. | 
| 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 SQLTemplate | SQLTemplateAction. query | 
| Modifier and Type | Method and Description | 
|---|---|
| SQLTemplate | SQLTemplateAction. getQuery()Returns a SQLTemplate for this action. | 
| Constructor and Description | 
|---|
| SQLTemplateAction(SQLTemplate query,
                 DataNode dataNode) | 
| Modifier and Type | Method and Description | 
|---|---|
| SQLTemplate | EJBQLTranslationContext. getQuery() | 
| Modifier and Type | Method and Description | 
|---|---|
| SQLAction | JdbcActionBuilder. sqlAction(SQLTemplate query) | 
| Modifier and Type | Method and Description | 
|---|---|
| SQLTemplate | SQLTemplateDescriptor. buildQuery() | 
| Modifier and Type | Method and Description | 
|---|---|
| SQLTemplate | SQLTemplate. queryWithParameters(Map<String,?>... parameters)Returns a new query built using this query as a prototype and a new set
 of parameters. | 
| Modifier and Type | Method and Description | 
|---|---|
| SQLAction | SQLActionVisitor. sqlAction(SQLTemplate query)Creates an action to execute a SQLTemplate. | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.