Package | Description |
---|---|
org.apache.olingo.odata2.jpa.processor.api.factory |
OData JPA Processor API Library - Factory
The library provides different types of factories for creating instances for
Accessing Java Persistence Model/Data
Building different types of JPQL statements
Accessing OData EDM provider and processor
The instances of these factories can be obtained from an abstract ODataJPAFactory.
|
org.apache.olingo.odata2.jpa.processor.api.model |
OData JPA Processor API Library - JPA EDM Model
The library provides a set of views over the JPA/EDM element containers.
|
Modifier and Type | Method and Description |
---|---|
JPAEdmMappingModelAccess |
JPAAccessFactory.getJPAEdmMappingModelAccess(ODataJPAContext oDataJPAContext)
The method returns an instance of JPA EDM mapping model access based on
OData JPA context.
|
Modifier and Type | Method and Description |
---|---|
JPAEdmMappingModelAccess |
JPAEdmBaseView.getJPAEdmMappingModelAccess()
The method returns a reference to JPA EDM mapping model access.
|
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.