Package

io.teamscala.play.db

slick

Permalink

package slick

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. slick
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. trait DAO extends AnyRef

    Permalink
  2. type Database = DatabaseDef

    Permalink
  3. class DefaultSlickApi extends SlickApi

    Permalink

    Default implementation of the Slick API.

    Default implementation of the Slick API.

    Annotations
    @Singleton()
  4. trait HasSlickDriver[+P <: JdbcProfile] extends AnyRef

    Permalink
  5. class NamedDatabaseProvider extends Provider[Database]

    Permalink

    Inject provider for named databases.

  6. trait SlickApi extends AnyRef

    Permalink

    Slick API for managing application databases.

  7. trait SlickComponents extends AnyRef

    Permalink

    Slick components (for compile-time injection).

  8. final class SlickModule extends Module

    Permalink

Value Members

  1. object DAO

    Permalink
  2. def DB(name: String)(implicit app: Application): Database

    Permalink
  3. def DB(implicit app: Application): Database

    Permalink
  4. val Database: slick.jdbc.JdbcBackend.DatabaseFactoryDef

    Permalink
  5. object SlickApi

    Permalink

    Slick API.

    Slick API.

    For example:

    val slickApi = SlickApi(play.api.Play.current)
  6. package jdbc

    Permalink
  7. package postgres

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped