Uses of Class
io.ebeaninternal.dbmigration.migration.Column
-
Packages that use Column Package Description io.ebeaninternal.dbmigration.ddlgeneration.platform io.ebeaninternal.dbmigration.migration io.ebeaninternal.dbmigration.model -
-
Uses of Column in io.ebeaninternal.dbmigration.ddlgeneration.platform
Methods in io.ebeaninternal.dbmigration.ddlgeneration.platform with parameters of type Column Modifier and Type Method Description voidPlatformDdl. alterTableAddColumn(DdlBuffer buffer, String tableName, Column column, boolean onHistoryTable, String defaultValue)Method parameters in io.ebeaninternal.dbmigration.ddlgeneration.platform with type arguments of type Column Modifier and Type Method Description voidPlatformDdl. writeTableColumns(DdlBuffer apply, List<Column> columns, DdlIdentity identity)Write all the table columns converting to platform types as necessary. -
Uses of Column in io.ebeaninternal.dbmigration.migration
Methods in io.ebeaninternal.dbmigration.migration that return Column Modifier and Type Method Description ColumnObjectFactory. createColumn()Create an instance ofColumnMethods in io.ebeaninternal.dbmigration.migration that return types with arguments of type Column Modifier and Type Method Description List<Column>AddColumn. getColumn()Gets the value of the column property.List<Column>CreateTable. getColumn()Gets the value of the column property. -
Uses of Column in io.ebeaninternal.dbmigration.model
Methods in io.ebeaninternal.dbmigration.model that return Column Modifier and Type Method Description ColumnMColumn. createColumn()Constructors in io.ebeaninternal.dbmigration.model with parameters of type Column Constructor Description MColumn(Column column)
-