Uses of Class
io.ebeaninternal.dbmigration.ddlgeneration.platform.DdlIdentity
Packages that use DdlIdentity
-
Uses of DdlIdentity in io.ebeaninternal.dbmigration.ddlgeneration.platform
Fields in io.ebeaninternal.dbmigration.ddlgeneration.platform declared as DdlIdentityMethods in io.ebeaninternal.dbmigration.ddlgeneration.platform with parameters of type DdlIdentityModifier and TypeMethodDescriptionCockroachDdl.asIdentityColumn(String columnDefn, DdlIdentity identity) H2Ddl.asIdentityColumn(String columnDefn, DdlIdentity identity) Modify and return the column definition for autoincrement or identity definition.OracleDdl.asIdentityColumn(String columnDefn, DdlIdentity identity) Modify and return the column definition for autoincrement or identity definition.PlatformDdl.asIdentityColumn(String columnDefn, DdlIdentity identity) Modify and return the column definition for autoincrement or identity definition.Postgres9Ddl.asIdentityColumn(String columnDefn, DdlIdentity identity) Map bigint, integer and smallint into their equivalent serial types.PostgresDdl.asIdentityColumn(String columnDefn, DdlIdentity identity) Modify and return the column definition for autoincrement or identity definition.PlatformDdl.createSequence(String sequenceName, DdlIdentity identity) Generate and return the create sequence DDL.SqlServerDdl.createSequence(String sequenceName, DdlIdentity identity) Generate and return the create sequence DDL.voidPlatformDdl.writeTableColumns(DdlBuffer apply, List<Column> columns, DdlIdentity identity) Write all the table columns converting to platform types as necessary.