Interface Relationship

  • All Known Implementing Classes:
    RelationshipImpl

    public interface Relationship
    Information about a relationship between two tables in the Database.
    Author:
    James Ahlborn
    Usage:
    General: This class is general use.
    • Method Detail

      • getFromTable

        Table getFromTable()
      • getToTable

        Table getToTable()
      • isOneToOne

        boolean isOneToOne()
      • hasReferentialIntegrity

        boolean hasReferentialIntegrity()
      • cascadeUpdates

        boolean cascadeUpdates()
      • cascadeDeletes

        boolean cascadeDeletes()
      • cascadeNullOnDelete

        boolean cascadeNullOnDelete()
      • isLeftOuterJoin

        boolean isLeftOuterJoin()
      • isRightOuterJoin

        boolean isRightOuterJoin()