Class 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 Detail

      • EvolutionsReader

        public EvolutionsReader()
    • Method Detail

      • evolutions

        public final scala.collection.Seq<play.api.db.evolutions.Evolution> evolutions​(String db)
        Specified by:
        evolutions in interface play.api.db.evolutions.EvolutionsReader
      • getEvolutions

        public abstract Collection<Evolution> getEvolutions​(String db)
        Get the evolutions for the given database name.
        Parameters:
        db - The name of the database.
        Returns:
        The collection of evolutions.