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 IdentityTypeCreateTable.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 TypeMethodDescriptionvoidCreateTable.setIdentityType(IdentityType value)Sets the value of the identityType property.