Uses of Interface
org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmSchemaView
Packages that use JPAEdmSchemaView
Package
Description
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 JPAEdmSchemaViewModifier and TypeMethodDescriptionJPAEdmModelView.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 JPAEdmSchemaViewModifier and TypeMethodDescriptionvoidJPAEdmExtension.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.