A view on Java Persistence Entity Join Columns and Entity Data Model Referential Constraint. Each java persistence entity with properties annotated with Join Columns are transformed into Referential constraints.
The implementation of the view provides access to EDM referential constraint created from Java Persistence Entity Join Columns. The implementation acts as a container for EDM referential constraint. A referential constraint is said to be consistent only if referential constraint role is consistent.
@org.apache.olingo.odata2.DoNotImplement
@see org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmReferentialConstraintRoleView