Package cronapi.odata.server
Class JPAODataServiceFactory
- java.lang.Object
-
- org.apache.olingo.odata2.api.ODataServiceFactory
-
- org.apache.olingo.odata2.jpa.processor.api.ODataJPAServiceFactory
-
- cronapi.odata.server.JPAODataServiceFactory
-
public class JPAODataServiceFactory extends org.apache.olingo.odata2.jpa.processor.api.ODataJPAServiceFactory
-
-
Constructor Summary
Constructors Constructor Description JPAODataServiceFactory(String namespace, int order)JPAODataServiceFactory(String namespace, int order, Properties propertyOverrides)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.olingo.odata2.api.ODataServicecreateODataSingleProcessorService(org.apache.olingo.odata2.api.edm.provider.EdmProvider provider, org.apache.olingo.odata2.api.processor.ODataSingleProcessor processor)ExceptionhandleException(Throwable throwable, org.apache.olingo.odata2.api.uri.UriInfo info)org.apache.olingo.odata2.jpa.processor.api.ODataJPAContextinitializeODataJPAContext()
-
-
-
Constructor Detail
-
JPAODataServiceFactory
public JPAODataServiceFactory(String namespace, int order)
-
JPAODataServiceFactory
public JPAODataServiceFactory(String namespace, int order, Properties propertyOverrides)
-
-
Method Detail
-
initializeODataJPAContext
public org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext initializeODataJPAContext() throws org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPARuntimeException- Specified by:
initializeODataJPAContextin classorg.apache.olingo.odata2.jpa.processor.api.ODataJPAServiceFactory- Throws:
org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPARuntimeException
-
createODataSingleProcessorService
public org.apache.olingo.odata2.api.ODataService createODataSingleProcessorService(org.apache.olingo.odata2.api.edm.provider.EdmProvider provider, org.apache.olingo.odata2.api.processor.ODataSingleProcessor processor)- Overrides:
createODataSingleProcessorServicein classorg.apache.olingo.odata2.api.ODataServiceFactory
-
-