Uses of Class
com.sap.olingo.jpa.processor.core.exception.ODataJPAProcessException
Packages that use ODataJPAProcessException
Package
Description
-
Uses of ODataJPAProcessException in com.sap.olingo.jpa.processor.core.api
Methods in com.sap.olingo.jpa.processor.core.api that throw ODataJPAProcessExceptionModifier and TypeMethodDescriptionJPAAbstractCUDRequestHandler.createEntity(JPARequestEntity requestEntity, javax.persistence.EntityManager em)JPACUDRequestHandler.createEntity(JPARequestEntity requestEntity, javax.persistence.EntityManager em)Hook to create an entity.voidJPAAbstractCUDRequestHandler.deleteEntity(JPARequestEntity requestEntity, javax.persistence.EntityManager em)voidJPACUDRequestHandler.deleteEntity(JPARequestEntity requestEntity, javax.persistence.EntityManager em)JPAAbstractCUDRequestHandler.updateEntity(JPARequestEntity requestEntity, javax.persistence.EntityManager em, org.apache.olingo.commons.api.http.HttpMethod httpMethod)JPACUDRequestHandler.updateEntity(JPARequestEntity requestEntity, javax.persistence.EntityManager em, org.apache.olingo.commons.api.http.HttpMethod httpMethod)Hook to handle all request that change an existing entity.voidJPAAbstractCUDRequestHandler.validateChanges(javax.persistence.EntityManager em)voidJPACUDRequestHandler.validateChanges(javax.persistence.EntityManager em)Hook that is called after all changes of one transaction have been processed. -
Uses of ODataJPAProcessException in com.sap.olingo.jpa.processor.core.api.example
Subclasses of ODataJPAProcessException in com.sap.olingo.jpa.processor.core.api.exampleMethods in com.sap.olingo.jpa.processor.core.api.example that throw ODataJPAProcessExceptionModifier and TypeMethodDescriptionJPAExampleCUDRequestHandler.createEntity(JPARequestEntity requestEntity, javax.persistence.EntityManager em)voidJPAExampleCUDRequestHandler.deleteEntity(JPARequestEntity requestEntity, javax.persistence.EntityManager em)JPAExampleCUDRequestHandler.updateEntity(JPARequestEntity requestEntity, javax.persistence.EntityManager em, org.apache.olingo.commons.api.http.HttpMethod method)voidJPAExampleCUDRequestHandler.validateChanges(javax.persistence.EntityManager em) -
Uses of ODataJPAProcessException in com.sap.olingo.jpa.processor.core.exception
Subclasses of ODataJPAProcessException in com.sap.olingo.jpa.processor.core.exceptionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclass -
Uses of ODataJPAProcessException in com.sap.olingo.jpa.processor.core.modify
Methods in com.sap.olingo.jpa.processor.core.modify that throw ODataJPAProcessExceptionModifier and TypeMethodDescriptionJPAConversionHelper.convertProperties(org.apache.olingo.server.api.OData odata, com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAStructuredType st, List<org.apache.olingo.commons.api.data.Property> odataProperties)Creates nested map of attributes and there (new) values. -
Uses of ODataJPAProcessException in com.sap.olingo.jpa.processor.core.processor
Methods in com.sap.olingo.jpa.processor.core.processor that throw ODataJPAProcessExceptionModifier and TypeMethodDescriptionvoidJPACUDRequestProcessor.clearFields(org.apache.olingo.server.api.ODataRequest request, org.apache.olingo.server.api.ODataResponse response)voidJPACUDRequestProcessor.deleteEntity(org.apache.olingo.server.api.ODataRequest request, org.apache.olingo.server.api.ODataResponse response)voidJPACUDRequestProcessor.updateEntity(org.apache.olingo.server.api.ODataRequest request, org.apache.olingo.server.api.ODataResponse response, org.apache.olingo.commons.api.format.ContentType requestFormat, org.apache.olingo.commons.api.format.ContentType responseFormat)