Uses of Interface
org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmReferentialConstraintView
Packages that use JPAEdmReferentialConstraintView
Package
Description
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 JPAEdmReferentialConstraintViewModifier and TypeMethodDescriptionJPAEdmAssociationView.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 JPAEdmReferentialConstraintViewModifier and TypeMethodDescriptionvoidJPAEdmAssociationView.addJPAEdmRefConstraintView(JPAEdmReferentialConstraintView refView) The method adds the referential constraint view to its container.