Uses of Class
org.apache.openjpa.jdbc.meta.QueryResultMapping
Packages that use QueryResultMapping
Package
Description
OpenJPA-JDBC Runtime Kernel
OpenJPA-JDBC ORM Metadata
OpenJPA JPA-JDBC
-
Uses of QueryResultMapping in org.apache.openjpa.jdbc.kernel
Constructor parameters in org.apache.openjpa.jdbc.kernel with type arguments of type QueryResultMappingModifierConstructorDescriptionStoredProcedureQueryExecutor
(StoredProcedureQuery q, List<QueryResultMapping> resultMapping, List<Class<?>> classes) XROP
(List<QueryResultMapping> mappings, List<Class<?>> classes, JDBCStore store, JDBCFetchConfiguration fetch, CallableStatement stmt) -
Uses of QueryResultMapping in org.apache.openjpa.jdbc.meta
Methods in org.apache.openjpa.jdbc.meta that return QueryResultMappingModifier and TypeMethodDescriptionMappingRepository.addQueryResultMapping
(Class cls, String name) Add a query result mapping.MappingRepository.getCachedQueryResultMapping
(Class cls, String name) Return the cached query result mapping with the given name, or null if none.MappingRepository.getQueryResultMapping
(Class<?> cls, String name, ClassLoader loader, boolean mustExist) Return the query result mapping for the given name.MappingRepository.getQueryResultMappings()
Return all cached query result mappings.Methods in org.apache.openjpa.jdbc.meta with parameters of type QueryResultMappingModifier and TypeMethodDescriptionboolean
MappingRepository.removeQueryResultMapping
(QueryResultMapping res) Remove a query result mapping. -
Uses of QueryResultMapping in org.apache.openjpa.persistence.jdbc
Methods in org.apache.openjpa.persistence.jdbc with parameters of type QueryResultMappingModifier and TypeMethodDescriptionprotected AnnotationBuilder
AnnotationPersistenceMappingSerializer.addAnnotation
(Class<? extends Annotation> annType, QueryResultMapping meta) Creates an an annotation builder for the specified class metadata and adds it to list of builders.protected void
AnnotationPersistenceMappingSerializer.addAnnotation
(AnnotationBuilder ab, QueryResultMapping meta) Add an annotation builder to list of builders for the specified class metadata.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.