Package org.hibernate.metamodel.mapping
Interface TableDetails.KeyColumn
-
- All Known Implementing Classes:
EntityTableMapping.KeyColumn
- Enclosing interface:
- TableDetails
public static interface TableDetails.KeyColumn
Details about a column within the key group
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getColumnName()
The name of the columnJdbcMapping
getJdbcMapping()
Describes the mapping between object and relational for this column
-
-
-
Method Detail
-
getColumnName
String getColumnName()
The name of the column
-
getJdbcMapping
JdbcMapping getJdbcMapping()
Describes the mapping between object and relational for this column
-
-