play.api.db.slick

CurrentDBAction

trait CurrentDBAction extends PredicatedDBAction

Defines the DBAction default behaviour

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CurrentDBAction
  2. PredicatedDBAction
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def app: Application

    Override to use a different app

    Override to use a different app

    Attributes
    protected
  7. def apply[A](dbName: String, bodyParser: BodyParser[A] = anyContent)(requestHandler: (DBSessionRequest[A]) ⇒ Result)(implicit app: Application = null): Action[A]

  8. def apply[A](bodyParser: BodyParser[A])(requestHandler: (DBSessionRequest[A]) ⇒ Result)(implicit app: Application = null): Action[A]

    Definition Classes
    PredicatedDBAction
  9. def apply(requestHandler: (DBSessionRequest[AnyContent]) ⇒ Result)(implicit app: Application = null): Action[AnyContent]

    Definition Classes
    PredicatedDBAction
  10. def apply(resultFunction: ⇒ Result): Action[AnyContent]

    Definition Classes
    PredicatedDBAction
  11. def applyForDB[A](db: Database)(requestHandler: (DBSessionRequest[A]) ⇒ Result)(bodyParser: BodyParser[A])(f: ((Session) ⇒ Result) ⇒ Result)(errorPage: ⇒ Result)(implicit executionContext: ExecutionContext = ...): Action[A]

    Attributes
    protected
    Definition Classes
    PredicatedDBAction
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. lazy val attributes: Map[String, DBAttributes]

    A Map containing all the information needed to created cached functions that check DB availability

    A Map containing all the information needed to created cached functions that check DB availability

    Definition Classes
    CurrentDBActionPredicatedDBAction
  14. lazy val available: Map[String, () ⇒ Boolean]

    Defines the functions used to check db availability for each db name

    Defines the functions used to check db availability for each db name

    Attributes
    protected
    Definition Classes
    PredicatedDBAction
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def db(name: String, maybeApp: Option[Application]): Database

    Attributes
    protected
    Definition Classes
    CurrentDBActionPredicatedDBAction
  17. lazy val defaultName: String

    The default name used by the apply action that has a default name

    The default name used by the apply action that has a default name

    Definition Classes
    CurrentDBActionPredicatedDBAction
  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  20. val errorPage: mvc.Results.Status

    Override to change default error page

    Override to change default error page

    Attributes
    protected
    Definition Classes
    CurrentDBActionPredicatedDBAction
  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. def includeFilter(name: String): Boolean

    Used to determine which db name config sections are to be included

    Used to determine which db name config sections are to be included

    Attributes
    protected
  25. def isDBAvailable(name: String): Boolean

    Attributes
    protected
    Definition Classes
    PredicatedDBAction
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. lazy val testName: String

    Used to includeFilter and to determine defaultName

    Used to includeFilter and to determine defaultName

    Attributes
    protected
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. def transaction[A](dbName: String, bodyParser: BodyParser[A] = anyContent)(requestHandler: (DBSessionRequest[A]) ⇒ Result)(implicit app: Application = null): Action[A]

  34. def transaction[A](bodyParser: BodyParser[A])(requestHandler: (DBSessionRequest[A]) ⇒ Result)(implicit app: Application = null): Action[A]

    Definition Classes
    PredicatedDBAction
  35. def transaction(requestHandler: (DBSessionRequest[AnyContent]) ⇒ Result)(implicit app: Application = null): Action[AnyContent]

    Definition Classes
    PredicatedDBAction
  36. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PredicatedDBAction

Inherited from AnyRef

Inherited from Any

Ungrouped