public abstract class EvolutionsReader extends Object implements play.api.db.evolutions.EvolutionsReader
Constructor and Description |
---|
EvolutionsReader() |
Modifier and Type | Method and Description |
---|---|
scala.collection.Seq<play.api.db.evolutions.Evolution> |
evolutions(String db) |
abstract Collection<Evolution> |
getEvolutions(String db)
Get the evolutions for the given database name.
|
public final scala.collection.Seq<play.api.db.evolutions.Evolution> evolutions(String db)
evolutions
in interface play.api.db.evolutions.EvolutionsReader
public abstract Collection<Evolution> getEvolutions(String db)
db
- The name of the database.