Uses of Enum
io.ebeaninternal.dbmigration.migration.ChangeSetType
Packages that use ChangeSetType
-
Uses of ChangeSetType in io.ebeaninternal.dbmigration.migration
Methods in io.ebeaninternal.dbmigration.migration that return ChangeSetTypeModifier and TypeMethodDescriptionstatic ChangeSetTypeChangeSet.getType()Gets the value of the type property.static ChangeSetTypeReturns 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 ChangeSetTypeModifier and TypeMethodDescriptionvoidChangeSet.setType(ChangeSetType value) Sets the value of the type property.