p

play.db.ebean

dbmigration

package dbmigration

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class EbeanMigrationWebCommand extends HandleWebCommandSupport

    EbeanMigrationWebCommand

    EbeanMigrationWebCommand

    Since

    17.01.29

    See also

    HandleWebCommandSupport

  2. case class InvalidDatabaseState (db: String, script: String, forceFrom: String) extends RichDescription with Product with Serializable

    InvalidDatabaseRevision.

    InvalidDatabaseRevision.

    db

    The database name

    script

    The SQL scripts

    forceFrom

    From which version force migration

    Since

    17.01.29

  3. case class InvalidDatabaseStateProduction (db: String) extends RichDescription with Product with Serializable

    InvalidDatabaseStateProduction.

    InvalidDatabaseStateProduction.

    db

    The database name

    Since

    17.01.30

  4. case class MigrationRunnerError (db: String, sqlException: SQLException) extends RichDescription with Product with Serializable

    InvalidDatabaseRevision.

    InvalidDatabaseRevision.

    db

    The database name

    sqlException

    The SQL exception

    Since

    17.01.29

  5. class PlayInitializer extends AnyRef

    PlayInitializer.

    PlayInitializer.

    Annotations
    @Singleton()
    Since

    17.01.29

  6. class PlayModule extends Module

    PlayModule.

    PlayModule.

    Since

    17.01.29

Value Members

  1. object EbeanMigrationWebPath

    EbeanMigrationWebPath

    EbeanMigrationWebPath

    Since

    17.01.29

  2. object EbeanToolbox

    EbeanToolbox

    EbeanToolbox

    Since

    17.01.30

Ungrouped