org.flywaydb.play

Members list

Packages

Type members

Classlikes

class ConfigReader(configuration: Configuration, environment: Environment)

Attributes

Supertypes
class Object
trait Matchable
class Any
case class DatabaseConfiguration(driver: String, url: String, user: String, password: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FileUtils

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
FileUtils.type
case class FlywayConfiguration(database: DatabaseConfiguration, validateOnStart: Boolean, auto: Boolean, locations: Seq[String], encoding: Option[String], schemas: Seq[String], table: Option[String], placeholderReplacement: Option[Boolean], placeholders: Map[String, String], placeholderPrefix: Option[String], placeholderSuffix: Option[String], sqlMigrationPrefix: Option[String], repeatableSqlMigrationPrefix: Option[String], sqlMigrationSeparator: Option[String], sqlMigrationSuffix: Option[String], sqlMigrationSuffixes: Seq[String], ignoreMigrationPatterns: Seq[String], validateOnMigrate: Option[Boolean], cleanOnValidationError: Option[Boolean], cleanDisabled: Option[Boolean], initOnMigrate: Option[Boolean], outOfOrder: Option[Boolean], scriptsDirectory: Option[String], mixed: Option[Boolean], group: Option[Boolean])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
class FlywayWebCommand(configuration: Configuration, environment: Environment, flyways: Flyways) extends HandleWebCommandSupport

Attributes

Supertypes
trait HandleWebCommandSupport
class Object
trait Matchable
class Any
@Singleton
class Flyways(configuration: Configuration, environment: Environment)

Attributes

Supertypes
class Object
trait Matchable
class Any
case class InvalidDatabaseRevision(db: String, script: String) extends RichDescription

Attributes

Supertypes
trait Product
trait Equals
class RichDescription
class ExceptionAttachment
class PlayException
class UsefulException
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
@Singleton
class PlayInitializer(configuration: Configuration, environment: Environment, flyways: Flyways, webCommands: WebCommands)

Attributes

Supertypes
class Object
trait Matchable
class Any
class PlayModule extends Module

Attributes

Supertypes
class Module
class Object
trait Matchable
class Any
class UrlParser(environment: Environment)

Most of the code is taken from package play.api.db.DB.

Most of the code is taken from package play.api.db.DB.

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type