Uses of Class
org.apache.openjpa.jdbc.meta.QueryResultMapping
-
Packages that use QueryResultMapping Package Description org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadataorg.apache.openjpa.persistence.jdbc 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 QueryResultMapping Constructor Description StoredProcedureQueryExecutor(StoredProcedureQuery q, java.util.List<QueryResultMapping> resultMapping, java.util.List<java.lang.Class<?>> classes)XROP(java.util.List<QueryResultMapping> mappings, java.util.List<java.lang.Class<?>> classes, JDBCStore store, JDBCFetchConfiguration fetch, java.sql.CallableStatement stmt) -
Uses of QueryResultMapping in org.apache.openjpa.jdbc.meta
Methods in org.apache.openjpa.jdbc.meta that return QueryResultMapping Modifier and Type Method Description QueryResultMappingMappingRepository. addQueryResultMapping(java.lang.Class cls, java.lang.String name)Add a query result mapping.QueryResultMappingMappingRepository. getCachedQueryResultMapping(java.lang.Class cls, java.lang.String name)Return the cached query result mapping with the given name, or null if none.QueryResultMappingMappingRepository. 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.Methods in org.apache.openjpa.jdbc.meta with parameters of type QueryResultMapping Modifier and Type Method Description booleanMappingRepository. 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 QueryResultMapping Modifier and Type Method Description protected AnnotationBuilderAnnotationPersistenceMappingSerializer. 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.protected voidAnnotationPersistenceMappingSerializer. addAnnotation(AnnotationBuilder ab, QueryResultMapping meta)Add an annotation builder to list of builders for the specified class metadata.voidAnnotationPersistenceMappingSerializer. addQueryResultMapping(QueryResultMapping meta)Adds the given result set mapping to local cache.voidXMLPersistenceMappingSerializer. addQueryResultMapping(QueryResultMapping meta)Adds the given result set mapping to local cache.booleanAnnotationPersistenceMappingSerializer. removeQueryResultMapping(QueryResultMapping meta)Removes given result set mapping from the local cache.booleanXMLPersistenceMappingSerializer. removeQueryResultMapping(QueryResultMapping meta)Removes given result set mapping from the local cache.
-