Class EntityTableMapping.KeyColumn
java.lang.Object
org.hibernate.metamodel.mapping.internal.SqlTypedMappingImpl
org.hibernate.metamodel.mapping.internal.SelectableMappingImpl
org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
- All Implemented Interfaces:
SelectableMapping, SqlTypedMapping, TableDetails.KeyColumn
- Enclosing class:
EntityTableMapping
public static class EntityTableMapping.KeyColumn
extends org.hibernate.metamodel.mapping.internal.SelectableMappingImpl
implements TableDetails.KeyColumn
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hibernate.metamodel.mapping.internal.SelectableMappingImpl
from, from, from, from, getContainingTableExpression, getCustomReadExpression, getCustomWriteExpression, getSelectableName, getSelectablePath, getSelectionExpression, isFormula, isInsertable, isLob, isNullable, isPartitioned, isUpdateable, toStringMethods inherited from class org.hibernate.metamodel.mapping.internal.SqlTypedMappingImpl
getArrayLength, getColumnDefinition, getJdbcMapping, getLength, getPrecision, getScale, getTemporalPrecisionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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, toSizeMethods inherited from interface TableDetails.KeyColumn
getJdbcMapping
-
Constructor Details
-
KeyColumn
-
-
Method Details
-
getColumnName
Description copied from interface:TableDetails.KeyColumnThe name of the column- Specified by:
getColumnNamein interfaceTableDetails.KeyColumn
-