Uses of Class
io.ebeaninternal.dbmigration.migration.ChangeSetType
-
Packages that use ChangeSetType Package Description io.ebeaninternal.dbmigration.migration -
-
Uses of ChangeSetType in io.ebeaninternal.dbmigration.migration
Methods in io.ebeaninternal.dbmigration.migration that return ChangeSetType Modifier and Type Method Description static ChangeSetTypeChangeSetType. fromValue(String v)ChangeSetTypeChangeSet. getType()Gets the value of the type property.static ChangeSetTypeChangeSetType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangeSetType[]ChangeSetType. 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 ChangeSetType Modifier and Type Method Description voidChangeSet. setType(ChangeSetType value)Sets the value of the type property.
-