Class 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
    • Method Detail

      • getColumnName

        public String getColumnName()
      • getDefaultValue

        public String getDefaultValue()
      • getSqlTypeDefinition

        public String getSqlTypeDefinition()
      • getSize

        public Size getSize()
      • isNullable

        public boolean isNullable()
      • isPrimaryKey

        public boolean isPrimaryKey()