|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SQLResultSetMapping | |
---|---|
org.apache.cayenne.ejbql | |
org.apache.cayenne.query | Defines standard queries supported by Cayenne and extension mechanism to create custom queries. |
Uses of SQLResultSetMapping in org.apache.cayenne.ejbql |
---|
Methods in org.apache.cayenne.ejbql that return SQLResultSetMapping | |
---|---|
SQLResultSetMapping |
EJBQLCompiledExpression.getResultSetMapping()
Returns a mapping of the result set columns, or null if this is not a select expression. |
Uses of SQLResultSetMapping in org.apache.cayenne.query |
---|
Methods in org.apache.cayenne.query that return SQLResultSetMapping | |
---|---|
SQLResultSetMapping |
QueryMetadata.getResultSetMapping()
Returns a mapping of the result set data rows. |
Methods in org.apache.cayenne.query with parameters of type SQLResultSetMapping | |
---|---|
void |
SQLTemplate.setResultSetMapping(SQLResultSetMapping resultSetMapping)
Sets an optional explicit mapping of the result set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |