Class TemporaryTableColumn

java.lang.Object
org.hibernate.dialect.temptable.TemporaryTableColumn
Direct Known Subclasses:
TemporaryTableSessionUidColumn

public class TemporaryTableColumn extends Object
A column in a IdTable. As these columns mirror the entity id columns, we know a few things about it inherently, such as being non-nullable
  • Constructor Details

  • Method Details

    • getContainingTable

      public TemporaryTable getContainingTable()
    • getColumnName

      public String getColumnName()
    • getJdbcMapping

      public JdbcMapping getJdbcMapping()
    • getDefaultValue

      public String getDefaultValue()
    • getSqlTypeDefinition

      public String getSqlTypeDefinition()
    • getSize

      public Size getSize()
    • isNullable

      public boolean isNullable()
    • isPrimaryKey

      public boolean isPrimaryKey()