Uses of Interface
org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmReferentialConstraintView
-
Packages that use JPAEdmReferentialConstraintView Package Description org.apache.olingo.odata2.jpa.processor.api.model OData JPA Processor API Library - JPA EDM Model -
-
Uses of JPAEdmReferentialConstraintView in org.apache.olingo.odata2.jpa.processor.api.model
Methods in org.apache.olingo.odata2.jpa.processor.api.model that return JPAEdmReferentialConstraintView Modifier and Type Method Description JPAEdmReferentialConstraintViewJPAEdmAssociationView. getJPAEdmReferentialConstraintView()The method returns the referential constraint view that is currently being processed.Methods in org.apache.olingo.odata2.jpa.processor.api.model with parameters of type JPAEdmReferentialConstraintView Modifier and Type Method Description voidJPAEdmAssociationView. addJPAEdmRefConstraintView(JPAEdmReferentialConstraintView refView)The method adds the referential constraint view to its container.
-