Uses of Class
com.sap.olingo.jpa.processor.core.exception.ODataJPAProcessorException
Packages that use ODataJPAProcessorException
Package
Description
-
Uses of ODataJPAProcessorException in com.sap.olingo.jpa.processor.core.database
Methods in com.sap.olingo.jpa.processor.core.database that throw ODataJPAProcessorExceptionModifier and TypeMethodDescriptionprotected StringJPAAbstractDatabaseProcessor.generateQueryString(String queryPattern, com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPADataBaseFunction jpaFunction) -
Uses of ODataJPAProcessorException in com.sap.olingo.jpa.processor.core.modify
Methods in com.sap.olingo.jpa.processor.core.modify that throw ODataJPAProcessorExceptionModifier and TypeMethodDescriptionJPAConversionHelper.buildGetterMap(Object instance)Creates a map of attribute name and the return value of there getter method.org.apache.olingo.commons.api.data.EntityJPAConversionHelper.convertInputStream(org.apache.olingo.server.api.OData odata, org.apache.olingo.server.api.ODataRequest request, org.apache.olingo.commons.api.format.ContentType requestFormat, List<org.apache.olingo.server.api.uri.UriResource> uriResourceParts)Converts the payload of a request into the corresponding odata entityJPAConversionHelper.convertKeyToLocal(org.apache.olingo.server.api.OData odata, org.apache.olingo.server.api.ODataRequest request, org.apache.olingo.commons.api.edm.EdmEntitySet edmEntitySet, com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAEntityType et, Object newPOJO)JPAConversionHelper.convertUriKeys(org.apache.olingo.server.api.OData odata, com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAStructuredType st, List<org.apache.olingo.server.api.uri.UriParameter> keyPredicates)JPAConversionHelper.determineGetter(Object instance)LikeJPAConversionHelper.buildGetterMap(java.lang.Object), but without bufferprotected StringJPAEntityBasedResult.determineLocale(Map<String,Object> descGetterMap, com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAPath localeAttribute, int index)protected StringJPAMapBaseResult.determineLocale(Map<String,Object> descGetterMap, com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAPath localeAttribute, int index)JPAEntityBasedResult.entryAsMap(Object entry)JPAMapBaseResult.entryAsMap(Object entry) -
Uses of ODataJPAProcessorException in com.sap.olingo.jpa.processor.core.processor
Methods in com.sap.olingo.jpa.processor.core.processor that throw ODataJPAProcessorExceptionModifier and TypeMethodDescriptionJPAModifyUtil.createPrimaryKey(com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAEntityType et, Object instance)JPAModifyUtil.createPrimaryKey(com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAEntityType et, Map<String,Object> jpaKeys, com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAStructuredType st)Create a filled instance of a JPA entity key.JPARequestLink.getRelatedKeys()Map of related keysJPARequestLinkImpl.getRelatedKeys()JPARequestLink.getValues()JPARequestLinkImpl.getValues()<T> voidJPAModifyUtil.linkEntities(Object sourceInstance, T targetInstance, com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath pathInfo)Sets a link between a source and target instance.voidJPAModifyUtil.setAttributes(Map<String,Object> jpaAttributes, Object instanze, com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAStructuredType st)Fills instance without filling its embedded components.voidJPAModifyUtil.setAttributesDeep(Map<String,Object> jpaAttributes, Object instanze, com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAStructuredType st)Fills instance and its embedded components.voidJPAModifyUtil.setForeignKey(Object parentInstance, Object newInstance, com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath pathInfo)Boxed missing getter -
Uses of ODataJPAProcessorException in com.sap.olingo.jpa.processor.core.query
Methods in com.sap.olingo.jpa.processor.core.query that throw ODataJPAProcessorExceptionModifier and TypeMethodDescriptionprotected voidJPAAbstractJoinQuery.generateCollectionAttributeJoin(Map<String,javax.persistence.criteria.From<?,?>> joinTables, Collection<com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAPath> jpaPathList, JPANavigationProptertyInfo lastInfo)