Interface TableDetails

All Known Subinterfaces:
TableMapping
All Known Implementing Classes:
CollectionTableMapping, EntityTableMapping

public interface TableDetails
Details about a table
  • Method Details

    • getTableName

      String getTableName()
      The name of the table
    • getKeyDetails

      TableDetails.KeyDetails getKeyDetails()
      Details about the primary-key of this table
    • isIdentifierTable

      boolean isIdentifierTable()
      Whether this table is the root for a given ModelPartContainer.

      Only relevant for entity-mappings where this indicates whether this table holds the entity's identifier.