Uses of Class
io.ebeaninternal.dbmigration.migration.IdentityType
-
Packages that use IdentityType Package Description io.ebeaninternal.dbmigration.migration -
-
Uses of IdentityType in io.ebeaninternal.dbmigration.migration
Methods in io.ebeaninternal.dbmigration.migration that return IdentityType Modifier and Type Method Description static IdentityTypeIdentityType. fromValue(String v)IdentityTypeCreateTable. getIdentityType()Gets the value of the identityType property.static IdentityTypeIdentityType. valueOf(String name)Returns 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 IdentityType Modifier and Type Method Description voidCreateTable. setIdentityType(IdentityType value)Sets the value of the identityType property.
-