Uses of Class
org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAException
-
Packages that use ODataJPAException Package Description org.apache.olingo.odata2.jpa.processor.api.exception OData JPA Processor API Library - Exceptions -
-
Uses of ODataJPAException in org.apache.olingo.odata2.jpa.processor.api.exception
Subclasses of ODataJPAException in org.apache.olingo.odata2.jpa.processor.api.exception Modifier and Type Class Description classODataJPAModelExceptionThe exception is thrown for any unexpected errors raising while accessing/transforming Java Persistence Models.classODataJPARuntimeExceptionThe exception is thrown for any unexpected errors raising while accessing data from Java Persistence Models.Method parameters in org.apache.olingo.odata2.jpa.processor.api.exception with type arguments of type ODataJPAException Modifier and Type Method Description protected static MessageReferenceODataJPAException. createMessageReference(Class<? extends ODataJPAException> clazz, String messageReferenceKey)The method creates a Reference to Message ObjectMessageReference.
-