Interface TableDetails.KeyColumn
- All Superinterfaces:
SelectableMapping, SqlTypedMapping
- All Known Implementing Classes:
EntityTableMapping.KeyColumn
- Enclosing interface:
TableDetails
Details about a column within the key group
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the columnDescribes the mapping between object and relational for this columnMethods inherited from interface SelectableMapping
getContainingTableExpression, getCustomReadExpression, getCustomWriteExpression, getSelectableName, getSelectablePath, getSelectionExpression, getWriteExpression, isFormula, isInsertable, isNullable, isPartitioned, isUpdateableMethods inherited from interface SqlTypedMapping
getArrayLength, getColumnDefinition, getLength, getPrecision, getScale, getTemporalPrecision, isLob, toSize
-
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:
getJdbcMappingin interfaceSqlTypedMapping
-