Uses of Class
org.apache.olingo.odata2.jpa.processor.api.ODataJPATombstoneEntityListener
-
Packages that use ODataJPATombstoneEntityListener Package Description org.apache.olingo.odata2.jpa.processor.api OData JPA Processor API Libraryorg.apache.olingo.odata2.jpa.processor.api.model OData JPA Processor API Library - JPA EDM Model -
-
Uses of ODataJPATombstoneEntityListener in org.apache.olingo.odata2.jpa.processor.api
Subclasses of ODataJPATombstoneEntityListener in org.apache.olingo.odata2.jpa.processor.api Modifier and Type Class Description classODataJPAQueryExtensionEntityListenerExtend 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 ODataJPATombstoneEntityListener Modifier and Type Method Description Class<? 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 ODataJPATombstoneEntityListener Modifier and Type Method Description voidJPAEdmMapping. setODataJPATombstoneEntityListener(Class<? extends ODataJPATombstoneEntityListener> entityListener)The method sets a stateless JPA EntityListner type.
-