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 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
getColumnDefinition, getJdbcMapping, getLength, getPrecision, getScale, getTemporalPrecisionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hibernate.metamodel.mapping.SelectableMapping
getContainingTableExpression, getCustomReadExpression, getCustomWriteExpression, getSelectableName, getSelectablePath, getSelectionExpression, getWriteExpression, isFormula, isInsertable, isNullable, isPartitioned, isUpdateableMethods inherited from interface org.hibernate.metamodel.mapping.SqlTypedMapping
getColumnDefinition, getLength, getPrecision, getScale, getTemporalPrecision, isLob, toSizeMethods inherited from interface org.hibernate.metamodel.mapping.TableDetails.KeyColumn
getJdbcMapping
-
Constructor Details
-
KeyColumn
-
-
Method Details
-
getColumnName
Description copied from interface:TableDetails.KeyColumnThe name of the column- Specified by:
getColumnNamein interfaceTableDetails.KeyColumn
-