Uses of Interface
org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmSchemaView
-
Packages that use JPAEdmSchemaView Package Description org.apache.olingo.odata2.jpa.processor.api.model OData JPA Processor API Library - JPA EDM Model -
-
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 Modifier and Type Method Description JPAEdmSchemaViewJPAEdmModelView. 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 Modifier and Type Method Description voidJPAEdmExtension. extendJPAEdmSchema(JPAEdmSchemaView view)The method is used to extend the JPA EDM schema view with Entities, Entity Sets, Navigation Property and Association.voidJPAEdmExtension. extendWithOperation(JPAEdmSchemaView view)The method is used to extend the JPA EDM schema view with custom operations.
-