Uses of Interface
org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmComplexTypeView
Packages that use JPAEdmComplexTypeView
Package
Description
OData JPA Processor API Library - JPA EDM Model
-
Uses of JPAEdmComplexTypeView in org.apache.olingo.odata2.jpa.processor.api.model
Methods in org.apache.olingo.odata2.jpa.processor.api.model that return JPAEdmComplexTypeViewModifier and TypeMethodDescriptionJPAEdmPropertyView.getJPAEdmComplexTypeView()The method returns a JPA EDM Complex Type view that holds the property view.JPAEdmSchemaView.getJPAEdmComplexTypeView()The method returns JPA EDM complex view.Methods in org.apache.olingo.odata2.jpa.processor.api.model with parameters of type JPAEdmComplexTypeViewModifier and TypeMethodDescriptionvoidJPAEdmComplexTypeView.addJPAEdmCompleTypeView(JPAEdmComplexTypeView view) The method add a JPA EDM complex type view to the container.