Interface TableMapping

    • Method Detail

      • containsTableName

        default boolean containsTableName​(String tableName)
      • getRelativePosition

        int getRelativePosition()
        The position of the table relative to others for the MutationTarget
      • isOptional

        boolean isOptional()
        Whether the table is mapped as optional
      • isInverse

        boolean isInverse()
        Whether the table is mapped as inverse
      • isCascadeDeleteEnabled

        boolean isCascadeDeleteEnabled()
        Whether deletions are cascaded to this table at the database level.
        See Also:
        OnDelete
        API Note:
        When true, isIdentifierTable() will generally be false