| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SQLResult | |
|---|---|
| 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. | 
| Uses of SQLResult in org.apache.cayenne.ejbql | 
|---|
| Methods in org.apache.cayenne.ejbql that return SQLResult | |
|---|---|
|  SQLResult | EJBQLCompiledExpression.getResult()Returns a mapping of the result set columns, or null if this is not a select expression. | 
| Uses of SQLResult in org.apache.cayenne.map | 
|---|
| Fields in org.apache.cayenne.map with type parameters of type SQLResult | |
|---|---|
| protected  Map<String,SQLResult> | EntityResolver.resultsCache | 
| Methods in org.apache.cayenne.map that return SQLResult | |
|---|---|
|  SQLResult | DataMap.getResult(String name) | 
|  SQLResult | EntityResolver.getResult(String name) | 
|  SQLResult | MappingNamespace.getResult(String name)Returns a named result set mapping. | 
| Methods in org.apache.cayenne.map that return types with arguments of type SQLResult | |
|---|---|
|  Collection<SQLResult> | DataMap.getResults() | 
|  Collection<SQLResult> | EntityResolver.getResultSets() | 
|  Map<String,SQLResult> | DataMap.getResultsMap() | 
| Methods in org.apache.cayenne.map with parameters of type SQLResult | |
|---|---|
|  void | DataMap.addResult(SQLResult result)Adds a named SQLResultSet to the DataMap. | 
| Uses of SQLResult in org.apache.cayenne.query | 
|---|
| Fields in org.apache.cayenne.query declared as SQLResult | |
|---|---|
| protected  SQLResult | SQLTemplate.result | 
| Methods in org.apache.cayenne.query that return SQLResult | |
|---|---|
|  SQLResult | SQLTemplate.getResult() | 
| Methods in org.apache.cayenne.query with parameters of type SQLResult | |
|---|---|
|  void | SQLTemplate.setResult(SQLResult resultSet)Sets an optional explicit mapping of the result set. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||