Uses of Interface
com.sap.olingo.jpa.processor.core.processor.JPARequestEntity
Packages that use JPARequestEntity
Package
Description
-
Uses of JPARequestEntity in com.sap.olingo.jpa.processor.core.api
Methods in com.sap.olingo.jpa.processor.core.api with parameters of type JPARequestEntityModifier 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. -
Uses of JPARequestEntity in com.sap.olingo.jpa.processor.core.api.example
Methods in com.sap.olingo.jpa.processor.core.api.example with parameters of type JPARequestEntityModifier 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) -
Uses of JPARequestEntity in com.sap.olingo.jpa.processor.core.processor
Methods in com.sap.olingo.jpa.processor.core.processor that return types with arguments of type JPARequestEntityModifier and TypeMethodDescriptionMap<com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath,List<JPARequestEntity>>JPARequestEntity.getRelatedEntities()