Uses of Enum
io.ebeaninternal.dbmigration.migration.IdentityType
Packages that use IdentityType
-
Uses of IdentityType in io.ebeaninternal.dbmigration.migration
Methods in io.ebeaninternal.dbmigration.migration that return IdentityTypeModifier and TypeMethodDescriptionstatic IdentityTypeAlterTable.getIdentityType()Gets the value of the identityType property.CreateTable.getIdentityType()Gets the value of the identityType property.static IdentityTypeReturns the enum constant of this type with the specified name.static IdentityType[]IdentityType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.ebeaninternal.dbmigration.migration with parameters of type IdentityTypeModifier and TypeMethodDescriptionvoidAlterTable.setIdentityType(IdentityType value) Sets the value of the identityType property.voidCreateTable.setIdentityType(IdentityType value) Sets the value of the identityType property.