Packages

t

play.api.db.evolutions

EvolutionsDatasourceConfig

trait EvolutionsDatasourceConfig extends AnyRef

Evolutions configuration for a given datasource.

Source
ApplicationEvolutions.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EvolutionsDatasourceConfig
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def autoApply: Boolean
  2. abstract def autoApplyDowns: Boolean
  3. abstract def autocommit: Boolean
  4. abstract def enabled: Boolean
  5. abstract def metaTable: String
  6. abstract def path: String
  7. abstract def schema: String
  8. abstract def skipApplyDownsOnly: Boolean
  9. abstract def substitutionsEscape: Boolean
  10. abstract def substitutionsMappings: Map[String, String]
  11. abstract def substitutionsPrefix: String
  12. abstract def substitutionsSuffix: String
  13. abstract def useLocks: Boolean