|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryResultMapping | |
|---|---|
| org.apache.openjpa.jdbc.kernel | OpenJPA-JDBC Runtime Kernel |
| org.apache.openjpa.jdbc.meta | OpenJPA-JDBC ORM Metadata |
| Uses of QueryResultMapping in org.apache.openjpa.jdbc.kernel |
|---|
| Constructors in org.apache.openjpa.jdbc.kernel with parameters of type QueryResultMapping | |
|---|---|
MappedQueryResultObjectProvider(QueryResultMapping map,
JDBCStore store,
JDBCFetchConfiguration fetch,
Result res)
Constructor. |
|
| Uses of QueryResultMapping in org.apache.openjpa.jdbc.meta |
|---|
| Methods in org.apache.openjpa.jdbc.meta that return QueryResultMapping | |
|---|---|
QueryResultMapping |
MappingRepository.addQueryResultMapping(Class cls,
String name)
Add a query result mapping. |
QueryResultMapping |
MappingRepository.getCachedQueryResultMapping(Class cls,
String name)
Return the cached query result mapping with the given name, or null if none. |
QueryResultMapping |
MappingRepository.getQueryResultMapping(Class<?> cls,
String name,
ClassLoader loader,
boolean mustExist)
Return the query result mapping for the given name. |
QueryResultMapping[] |
MappingRepository.getQueryResultMappings()
Return all cached query result mappings. |
| Methods in org.apache.openjpa.jdbc.meta with parameters of type QueryResultMapping | |
|---|---|
boolean |
MappingRepository.removeQueryResultMapping(QueryResultMapping res)
Remove a query result mapping. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||