Uses of Interface
org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmSchemaView

Packages that use JPAEdmSchemaView
org.apache.olingo.odata2.jpa.processor.api.model OData JPA Processor API Library - JPA EDM Model 
org.apache.olingo.odata2.jpa.processor.ref.extension   
 

Uses of JPAEdmSchemaView in org.apache.olingo.odata2.jpa.processor.api.model
 

Methods in org.apache.olingo.odata2.jpa.processor.api.model that return JPAEdmSchemaView
 JPAEdmSchemaView JPAEdmModelView.getEdmSchemaView()
          The method returns a consistent JPA EDM schema view created from the JPA meta model.
 

Methods in org.apache.olingo.odata2.jpa.processor.api.model with parameters of type JPAEdmSchemaView
 void JPAEdmExtension.extendJPAEdmSchema(JPAEdmSchemaView view)
          The method is used to extend the JPA EDM schema view with Entities, Entity Sets, Navigation Property and Association.
 void JPAEdmExtension.extendWithOperation(JPAEdmSchemaView view)
          The method is used to extend the JPA EDM schema view with custom operations.
 

Uses of JPAEdmSchemaView in org.apache.olingo.odata2.jpa.processor.ref.extension
 

Methods in org.apache.olingo.odata2.jpa.processor.ref.extension with parameters of type JPAEdmSchemaView
 void SalesOrderProcessingExtension.extendJPAEdmSchema(JPAEdmSchemaView view)
           
 void SalesOrderProcessingExtension.extendWithOperation(JPAEdmSchemaView view)
           
 



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