play.api.db

evolutions

package evolutions

Visibility
  1. Public
  2. All

Type Members

  1. class EvolutionsPlugin extends Plugin with HandleWebCommandSupport

    Play Evolutions plugin.

  2. case class InconsistentDatabase(db: String, script: String, error: String, rev: Int) extends RichDescription with Product with Serializable

    Exception thrown when the database is in inconsistent state.

    Exception thrown when the database is in inconsistent state.

    db

    the database name

    script

    the evolution script

    error

    an inconsistent state error

    rev

    the revision

  3. case class InvalidDatabaseRevision(db: String, script: String) extends RichDescription with Product with Serializable

    Exception thrown when the database is not up to date.

    Exception thrown when the database is not up to date.

    db

    the database name

    script

    the script to be run to resolve the conflict.

Value Members

  1. object Evolutions

    Defines Evolutions utilities functions.

  2. object OfflineEvolutions

    Can be used to run off-line evolutions, i.

    Can be used to run off-line evolutions, i.e. outside a running application.

Ungrouped