Package org.apache.olingo.odata2.jpa.processor.api.model

OData JPA Processor API Library - JPA EDM Model

See:
          Description

Interface Summary
JPAEdmAssociationEndView A view on Java Persistence Entity Relationship and Entity Data Model Association End.
JPAEdmAssociationSetView A view on Java Persistence Entity Relationship and Entity Data Model Association Set.
JPAEdmAssociationView A View on Java Persistence Entity Relationship and Entity Data Model Association.
JPAEdmBaseView A base view on Java Persistence Model and Entity Data Model.
JPAEdmComplexPropertyView A view on properties of Java Persistence embeddable type and EDM complex type.
JPAEdmComplexTypeView A view on Java Persistence embeddable types and EDM complex types.
JPAEdmEntityContainerView A view on JPA EDM entity container.
JPAEdmEntitySetView A view on Java Persistence entity type and EDM entity sets.
JPAEdmEntityTypeView A view on Java Persistence entity types and EDM entity types.
JPAEdmExtension The interface provides methods to extend JPA EDM containers.
JPAEdmFunctionImportView A view on EDM Function Imports.
JPAEdmKeyView A view on Java Persistence Entity Key Attributes and EDM Key properties.
JPAEdmMapping The interface acts a container for storing Java persistence column name.
JPAEdmModelView A view on JPA meta model and EDM meta model.
JPAEdmNavigationPropertyView A view on Java persistence entity relationship and EDM navigation property.
JPAEdmPropertyView A view on Java Persistence Entity Attributes and EDM properties.
JPAEdmReferentialConstraintRoleView A view on Java Persistence Entity Join Column's "name" and "referenced column name" attributes and Entity Data Model Referential Constraint's dependent and principal roles respectively.
JPAEdmReferentialConstraintView A view on Java Persistence Entity Join Columns and Entity Data Model Referential Constraint.
JPAEdmSchemaView A view on Java Persistence Model and Entity Data Model Schema.
 

Enum Summary
JPAEdmReferentialConstraintRoleView.RoleType Two types of EDM roles of a referential constraint.
 

Package org.apache.olingo.odata2.jpa.processor.api.model Description

OData JPA Processor API Library - JPA EDM Model

The library provides a set of views over the JPA/EDM element containers. The views can used to access the elements that form EDM.



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.