Package play.db.evolutions
Class SimpleEvolutionsReader
java.lang.Object
play.db.evolutions.EvolutionsReader
play.db.evolutions.SimpleEvolutionsReader
- All Implemented Interfaces:
play.api.db.evolutions.EvolutionsReader
A simple evolutions reader that uses a map to store evolutions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEvolutions(String db) Get the evolutions for the given database name.Methods inherited from class play.db.evolutions.EvolutionsReader
evolutions
-
Constructor Details
-
SimpleEvolutionsReader
-
-
Method Details
-
getEvolutions
Description copied from class:EvolutionsReaderGet the evolutions for the given database name.- Specified by:
getEvolutionsin classEvolutionsReader- Parameters:
db- The name of the database.- Returns:
- The collection of evolutions.
-