Package | Description |
---|---|
oracle.toplink.essentials.queryframework | |
oracle.toplink.essentials.sessions |
Modifier and Type | Field and Description |
---|---|
protected SQLResultSetMapping |
ResultSetMappingQuery.resultSetMapping |
Modifier and Type | Method and Description |
---|---|
SQLResultSetMapping |
ResultSetMappingQuery.getSQLResultSetMapping()
PUBLIC:
This will be the SQLResultSetMapping that is used by this query to process
the database results
|
Modifier and Type | Method and Description |
---|---|
void |
ResultSetMappingQuery.setSQLResultSetMapping(SQLResultSetMapping resultSetMapping)
PUBLIC:
This will be the SQLResultSetMapping that is used by this query to process
the database results
|
Modifier and Type | Method and Description |
---|---|
SQLResultSetMapping |
Project.getSQLResultSetMapping(String sqlResultSetMapping)
PUBLIC:
Get a named SQLResultSetMapping from this project.
|
Modifier and Type | Method and Description |
---|---|
void |
Project.addSQLResultSetMapping(SQLResultSetMapping sqlResultSetMapping)
PUBLIC:
Add a named SQLResultSetMapping to this project.
|
Copyright © 2023. All rights reserved.