Interface JPAEdmAssociationEndView

  • All Superinterfaces:
    JPAEdmBaseView

    public interface JPAEdmAssociationEndView
    extends JPAEdmBaseView

    A view on Java Persistence Entity Relationship and Entity Data Model Association End.

    The implementation of the view provides access to EDM Association Ends created from Java Persistence Entity Relationships. The implementation acts as a container for Association Ends.

    See Also:
    JPAEdmAssociationView
    • Method Detail

      • getJoinColumnNames

        String[] getJoinColumnNames()
      • getJoinColumnReferenceColumnNames

        String[] getJoinColumnReferenceColumnNames()
      • getMappedByName

        String getMappedByName()
      • getOwningPropertyName

        String getOwningPropertyName()