| Package | Description | 
|---|---|
| org.apache.cayenne.ejbql | |
| 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 | Method and Description | 
|---|---|
| SQLResult | EJBQLCompiledExpression. getResult()Returns a mapping of the result set columns, or null if this is not a select
 expression. | 
| Modifier and Type | Method and Description | 
|---|---|
| SQLResult | DataMap. getResult(String name) | 
| SQLResult | EntityResolver. getResult(String name) | 
| SQLResult | MappingNamespace. getResult(String name)Returns a named result set mapping. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<SQLResult> | DataMap. getResults() | 
| Collection<SQLResult> | EntityResolver. getResults() | 
| Collection<SQLResult> | MappingNamespace. getResults() | 
| Collection<SQLResult> | EntityResolver. getResultSets()Deprecated. 
 since 4.0 use  EntityResolver.getResults(). | 
| Map<String,SQLResult> | DataMap. getResultsMap() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DataMap. addResult(SQLResult result)Adds a named SQLResultSet to the DataMap. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected SQLResult | SQLTemplate. result | 
| Modifier and Type | Method and Description | 
|---|---|
| SQLResult | SQLTemplate. getResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SQLTemplate. setResult(SQLResult resultSet)Sets an optional explicit mapping of the result set. | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.