Uses of Class
org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPARuntimeException
-
Packages that use ODataJPARuntimeException Package Description org.apache.olingo.odata2.jpa.processor.api OData JPA Processor API Libraryorg.apache.olingo.odata2.jpa.processor.api.access OData JPA Processor API Library - Java Persistence Accessorg.apache.olingo.odata2.jpa.processor.api.exception OData JPA Processor API Library - Exceptionsorg.apache.olingo.odata2.jpa.processor.api.jpql OData JPA Processor API Library - Java Persistence Query Language -
-
Uses of ODataJPARuntimeException in org.apache.olingo.odata2.jpa.processor.api
Methods in org.apache.olingo.odata2.jpa.processor.api that return ODataJPARuntimeException Modifier and Type Method Description protected ODataJPARuntimeExceptionODataJPAQueryExtensionEntityListener. createApplicationError(String message, Locale locale)Methods in org.apache.olingo.odata2.jpa.processor.api that throw ODataJPARuntimeException Modifier and Type Method Description ODataResponseODataJPAResponseBuilder. build(long jpaEntityCount)The method builds an OData response from a count representing total number of JPA EntitiesODataResponseODataJPAResponseBuilder. build(DeleteUriInfo deleteUriInfo, Object deletedObject)The method builds an OData response for an OData Delete Request from a deleted JPA EntityODataResponseODataJPAResponseBuilder. build(GetEntityLinkUriInfo readLinkUriInfo, Object jpaEntity, String contentType)The method builds an OData response for an OData Read Link Request from a read JPA Entity and its related JPA Entities.ODataResponseODataJPAResponseBuilder. build(GetEntitySetLinksUriInfo queryLinkUriInfo, List<Object> jpaEntity, String contentType)The method builds an OData response for an OData Query Link Request from a queried JPA Entity and its related JPA Entities.ODataResponseODataJPAResponseBuilder. build(GetEntitySetUriInfo queryUriInfo, List<Object> jpaEntities, String contentType)The method builds an OData response for an OData Query Request from a queried list of JPA Entities.ODataResponseODataJPAResponseBuilder. build(GetEntityUriInfo readUriInfo, Object jpaEntity, String contentType)The method builds an OData response for an OData Read Request from a read JPA EntityODataResponseODataJPAResponseBuilder. build(GetFunctionImportUriInfo functionImportUriInfo, Object result)The method builds an OData response for an OData function Import Request from a registered processor method's return parameter.ODataResponseODataJPAResponseBuilder. build(GetFunctionImportUriInfo functionImportUriInfo, List<Object> resultList, String contentType)The method builds an OData response for an OData function Import Request from a registered processor method's return parameter.ODataResponseODataJPAResponseBuilder. build(PostUriInfo postUriInfo, Object createdObject, String contentType)The method builds an OData response for an OData Create Request from a created JPA entity.ODataResponseODataJPAResponseBuilder. build(PutMergePatchUriInfo putUriInfo, Object updatedObject, String contentType)The method builds an OData response for an OData Update Request from an updated JPA EntityvoidODataJPAQueryExtensionEntityListener. checkAuthorization(DeleteUriInfo deleteView)voidODataJPAQueryExtensionEntityListener. checkAuthorization(PostUriInfo postView)voidODataJPAQueryExtensionEntityListener. checkAuthorization(PutMergePatchUriInfo putView)voidODataJPAQueryExtensionEntityListener. checkEntityGetAuthorization(EdmEntityType entityType)voidODataJPAQueryExtensionEntityListener. checkFilter(EdmEntityType entityType, FilterExpression filter)ObjectODataJPAQueryExtensionEntityListener. execEvent(UriInfo infoView, EdmEntityType entityType, String type, Object data, Map<String,Object> customValues)Map<String,Object>ODataJPAQueryExtensionEntityListener. getCalcFieldValues(EdmEntityType entityType, Object data)Map<String,Object>ODataJPAQueryExtensionEntityListener. getDefaultFieldValues(EdmEntityType entityType, Object data)BlobOnJPAWriteContent. getJPABlob(byte[] binaryData)Implement this method to instantiate JPA provider specific implementation of java.sql.Blob instance from an array of bytes.ClobOnJPAWriteContent. getJPAClob(char[] characterData)Implement this method to instantiate JPA provider specific implementation of java.sql.Clob instance from an array of characters.ODataJPAContextODataJPAServiceFactory. getODataJPAContext()javax.persistence.QueryODataJPAQueryExtensionEntityListener. getQuery(DeleteUriInfo uriInfo, javax.persistence.EntityManager em)Override this method to build JPA Query for OData request - Delete; SELECT SINGLE with key in WHERE clausejavax.persistence.QueryODataJPAQueryExtensionEntityListener. getQuery(GetEntityCountUriInfo uriInfo, javax.persistence.EntityManager em)Override this method to build JPA Query for OData request - GetEntity Count; SELECT SINGLE with key in WHERE clausejavax.persistence.QueryODataJPAQueryExtensionEntityListener. getQuery(GetEntitySetCountUriInfo uriInfo, javax.persistence.EntityManager em)Override this method to build JPA Query for OData request - GetEntitySet Count; SELECT COUNT(*)javax.persistence.QueryODataJPAQueryExtensionEntityListener. getQuery(GetEntitySetUriInfo uriInfo, javax.persistence.EntityManager em)Override this method to build JPA Query for OData request - GetEntitySet; SELECT *javax.persistence.QueryODataJPAQueryExtensionEntityListener. getQuery(GetEntityUriInfo uriInfo, javax.persistence.EntityManager em)Override this method to build JPA Query for OData request - GetEntity; SELECT SINGLE with key in WHERE clausejavax.persistence.QueryODataJPAQueryExtensionEntityListener. getQuery(PutMergePatchUriInfo uriInfo, javax.persistence.EntityManager em)Override this method to build JPA Query for OData request - Update; SELECT SINGLE with key in WHERE clauseabstract javax.persistence.QueryODataJPATombstoneEntityListener. getQuery(GetEntitySetUriInfo resultsView, javax.persistence.EntityManager em)Implement this method to create aQueryobject.abstract ODataJPAContextODataJPAServiceFactory. initializeODataJPAContext()Implement this method and initialize OData JPA Context. -
Uses of ODataJPARuntimeException in org.apache.olingo.odata2.jpa.processor.api.access
Methods in org.apache.olingo.odata2.jpa.processor.api.access that throw ODataJPARuntimeException Modifier and Type Method Description voidJPAEdmBuilder. build()The Method builds EDM Elements by transforming JPA MetaModel.abstract JPAMethodContextJPAMethodContext.JPAMethodContextBuilder. build()Implement this method to build JPAMethodContextstatic JPAMethodContext.JPAMethodContextBuilderJPAMethodContext. createBuilder(JPQLContextType contextType, Object resultsView)the method instantiates an instance of type JPAMethodContextBuilder.ObjectJPAProcessor. process(DeleteUriInfo deleteuriInfo, String contentType)Processes OData request for deleting Entity.longJPAProcessor. process(GetEntityCountUriInfo resultsView)Processes OData request for fetching Entity count.ObjectJPAProcessor. process(GetEntityLinkUriInfo uriParserResultView)Processes OData request for executing $links OData command for N:1 relation.longJPAProcessor. process(GetEntitySetCountUriInfo requestView, boolean authorize)Processes OData request for fetching Entity count.<T> List<T>JPAProcessor. process(GetEntitySetLinksUriInfo uriParserResultView)Processes OData request for executing $links OData command for N:1 relation.<T> List<T>JPAProcessor. process(GetEntitySetUriInfo requestView)Processes OData request for querying an Entity Set.<T> ObjectJPAProcessor. process(GetEntityUriInfo requestView)Processes OData request for reading an Entity.List<Object>JPAProcessor. process(GetFunctionImportUriInfo requestView)Processes OData request for executing custom operations.ObjectJPAProcessor. process(PostUriInfo createView, InputStream content, String requestContentType)Processes OData request for creating Entity.voidJPAProcessor. process(PostUriInfo uriParserResultView, InputStream content, String requestContentType, String contentType)Process OData request for creating Links.ObjectJPAProcessor. process(PostUriInfo createView, Map<String,Object> content)Processes OData request for creating Entity.ObjectJPAProcessor. process(PutMergePatchUriInfo updateView, InputStream content, String requestContentType)Processes OData request for updating Entity.voidJPAProcessor. process(PutMergePatchUriInfo uriParserResultView, InputStream content, String requestContentType, String contentType)Process OData request for updating Links.ObjectJPAProcessor. process(PutMergePatchUriInfo updateView, Map<String,Object> content)Processes OData request for updating Entity. -
Uses of ODataJPARuntimeException in org.apache.olingo.odata2.jpa.processor.api.exception
Methods in org.apache.olingo.odata2.jpa.processor.api.exception that return ODataJPARuntimeException Modifier and Type Method Description static ODataJPARuntimeExceptionODataJPARuntimeException. throwException(MessageReference messageReference, Throwable e)The method creates an exception object of type ODataJPARuntimeException with localized error texts. -
Uses of ODataJPARuntimeException in org.apache.olingo.odata2.jpa.processor.api.jpql
Methods in org.apache.olingo.odata2.jpa.processor.api.jpql that throw ODataJPARuntimeException Modifier and Type Method Description abstract JPQLContextJPQLContext.JPQLContextBuilder. build()The abstract method is implemented by specific JPQL context builders to build JPQL Contexts.abstract JPQLStatementJPQLStatement.JPQLStatementBuilder. build()The abstract method is implemented by specific statement builder for building JPQL Statement.static JPQLContext.JPQLContextBuilderJPQLContext. createBuilder(JPQLContextType contextType, Object resultsView)the method returns an instance of typeJPQLContext.JPQLContextBuilderbased on the JPQLContextType.static JPQLContext.JPQLContextBuilderJPQLContext. createBuilder(JPQLContextType contextType, Object resultsView, boolean withPaging)the method returns an instance of typeJPQLContext.JPQLContextBuilderbased on the JPQLContextType.static JPQLStatement.JPQLStatementBuilderJPQLStatement. createBuilder(JPQLContextView context)The method is used for creating an instance of JPQL Statement Builder for building JPQL statements.
-