Package play.db.evolutions
Class EvolutionsReader
java.lang.Object
play.db.evolutions.EvolutionsReader
- All Implemented Interfaces:
play.api.db.evolutions.EvolutionsReader
- Direct Known Subclasses:
SimpleEvolutionsReader
public abstract class EvolutionsReader
extends Object
implements play.api.db.evolutions.EvolutionsReader
Reads evolutions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal 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.
-
Constructor Details
-
EvolutionsReader
public EvolutionsReader()
-
-
Method Details
-
evolutions
- Specified by:
evolutionsin interfaceplay.api.db.evolutions.EvolutionsReader
-
getEvolutions
Get the evolutions for the given database name.- Parameters:
db- The name of the database.- Returns:
- The collection of evolutions.
-