org.flywaydb

play

package play

Visibility
  1. Public
  2. All

Type Members

  1. class ConfigReader extends AnyRef

  2. case class DatabaseConfiguration(driver: String, url: String, user: String, password: String) extends Product with Serializable

  3. case class FlywayConfiguration(database: DatabaseConfiguration, auto: Boolean, initOnMigrate: Boolean, validateOnMigrate: Boolean, encoding: String, placeholderPrefix: Option[String], placeholderSuffix: Option[String], placeholders: Map[String, String], outOfOrder: Boolean, schemas: List[String], locations: List[String], sqlMigrationPrefix: Option[String]) extends Product with Serializable

  4. class FlywayWebCommand extends HandleWebCommandSupport with WebCommandPath

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

  6. class MigrationConfigurationException extends Exception

  7. class PlayInitializer extends AnyRef

    Annotations
    @Singleton()
  8. class PlayModule extends Module

  9. class UrlParser extends AnyRef

    Most of the code is taken from package play.

  10. trait WebCommandPath extends AnyRef

Value Members

  1. object FileUtils

Ungrouped