Uses of Interface
org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmComplexTypeView
-
Packages that use JPAEdmComplexTypeView Package Description org.apache.olingo.odata2.jpa.processor.api.model 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 JPAEdmComplexTypeView Modifier and Type Method Description JPAEdmComplexTypeViewJPAEdmPropertyView. getJPAEdmComplexTypeView()The method returns a JPA EDM Complex Type view that holds the property view.JPAEdmComplexTypeViewJPAEdmSchemaView. getJPAEdmComplexTypeView()The method returns JPA EDM complex view.Methods in org.apache.olingo.odata2.jpa.processor.api.model with parameters of type JPAEdmComplexTypeView Modifier and Type Method Description voidJPAEdmComplexTypeView. addJPAEdmCompleTypeView(JPAEdmComplexTypeView view)The method add a JPA EDM complex type view to the container.
-