Uses of Class
play.db.evolutions.EvolutionState
-
Packages that use EvolutionState Package Description play.db.evolutions -
-
Uses of EvolutionState in play.db.evolutions
Methods in play.db.evolutions that return EvolutionState Modifier and Type Method Description static EvolutionState
EvolutionState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EvolutionState[]
EvolutionState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-