Package | Description |
---|---|
org.apache.openjpa.jdbc.kernel |
OpenJPA-JDBC Runtime Kernel
|
org.apache.openjpa.jdbc.meta |
OpenJPA-JDBC ORM Metadata
|
org.apache.openjpa.persistence.jdbc |
OpenJPA JPA-JDBC
|
Constructor and Description |
---|
MappedQueryResultObjectProvider(QueryResultMapping map,
JDBCStore store,
JDBCFetchConfiguration fetch,
Result res)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
QueryResultMapping |
MappingRepository.addQueryResultMapping(java.lang.Class cls,
java.lang.String name)
Add a query result mapping.
|
QueryResultMapping |
MappingRepository.getCachedQueryResultMapping(java.lang.Class cls,
java.lang.String name)
Return the cached query result mapping with the given name, or null if
none.
|
QueryResultMapping |
MappingRepository.getQueryResultMapping(java.lang.Class<?> cls,
java.lang.String name,
java.lang.ClassLoader loader,
boolean mustExist)
Return the query result mapping for the given name.
|
QueryResultMapping[] |
MappingRepository.getQueryResultMappings()
Return all cached query result mappings.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MappingRepository.removeQueryResultMapping(QueryResultMapping res)
Remove a query result mapping.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AnnotationPersistenceMappingSerializer.addAnnotation(AnnotationBuilder ab,
QueryResultMapping meta)
Add an annotation builder to list of builders for the specified
class metadata.
|
protected AnnotationBuilder |
AnnotationPersistenceMappingSerializer.addAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> annType,
QueryResultMapping meta)
Creates an an annotation builder for the specified class metadata
and adds it to list of builders.
|
void |
AnnotationPersistenceMappingSerializer.addQueryResultMapping(QueryResultMapping meta)
Adds the given result set mapping to local cache.
|
void |
XMLPersistenceMappingSerializer.addQueryResultMapping(QueryResultMapping meta)
Adds the given result set mapping to local cache.
|
boolean |
AnnotationPersistenceMappingSerializer.removeQueryResultMapping(QueryResultMapping meta)
Removes given result set mapping from the local cache.
|
boolean |
XMLPersistenceMappingSerializer.removeQueryResultMapping(QueryResultMapping meta)
Removes given result set mapping from the local cache.
|
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.