Interface TableDetails.KeyColumn

All Superinterfaces:
SelectableMapping, SqlTypedMapping
All Known Implementing Classes:
EntityTableMapping.KeyColumn
Enclosing interface:
TableDetails

public static interface TableDetails.KeyColumn extends SelectableMapping
Details about a column within the key group
  • Method Details

    • getColumnName

      String getColumnName()
      The name of the column
    • getJdbcMapping

      JdbcMapping getJdbcMapping()
      Describes the mapping between object and relational for this column
      Specified by:
      getJdbcMapping in interface SqlTypedMapping