Uses of Class
org.apache.olingo.odata2.jpa.processor.api.ODataJPATombstoneEntityListener
Packages that use ODataJPATombstoneEntityListener
Package
Description
OData JPA Processor API Library
OData JPA Processor API Library - JPA EDM Model
-
Uses of ODataJPATombstoneEntityListener in org.apache.olingo.odata2.jpa.processor.api
Modifier and TypeClassDescriptionclassExtend this class to build JPA Query object for a given OData request. -
Uses of ODataJPATombstoneEntityListener in org.apache.olingo.odata2.jpa.processor.api.model
Methods in org.apache.olingo.odata2.jpa.processor.api.model that return types with arguments of type ODataJPATombstoneEntityListenerModifier and TypeMethodDescriptionClass<? extends ODataJPATombstoneEntityListener> JPAEdmMapping.getODataJPATombstoneEntityListener()The method returns a stateless JPA EntityListener type.Method parameters in org.apache.olingo.odata2.jpa.processor.api.model with type arguments of type ODataJPATombstoneEntityListenerModifier and TypeMethodDescriptionvoidJPAEdmMapping.setODataJPATombstoneEntityListener(Class<? extends ODataJPATombstoneEntityListener> entityListener) The method sets a stateless JPA EntityListner type.