Uses of Class
com.sap.olingo.jpa.processor.core.modify.JPAUpdateResult
Packages that use JPAUpdateResult
Package
Description
-
Uses of JPAUpdateResult in com.sap.olingo.jpa.processor.core.api
Methods in com.sap.olingo.jpa.processor.core.api that return JPAUpdateResultModifier and TypeMethodDescriptionJPAAbstractCUDRequestHandler.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. -
Uses of JPAUpdateResult in com.sap.olingo.jpa.processor.core.api.example
Methods in com.sap.olingo.jpa.processor.core.api.example that return JPAUpdateResultModifier and TypeMethodDescriptionJPAExampleCUDRequestHandler.updateEntity(JPARequestEntity requestEntity, javax.persistence.EntityManager em, org.apache.olingo.commons.api.http.HttpMethod method)