Package

io.slicker

postgres

Permalink

package postgres

Visibility
  1. Public
  2. All

Type Members

  1. abstract class PostgreSQLRepository[Id, E, R, T <: TableWithId[Id, R]] extends Repository[Id, E]

    Permalink
  2. class PostgresDriver extends ExPostgresProfile with PgArraySupport with PgDate2Support with PgRangeSupport with PgHStoreSupport with PgSearchSupport with PgNetSupport with PgEnumSupport with PgLTreeSupport with PgCompositeSupport

    Permalink
  3. trait RecordTable[Id, Business, Database, T <: TableWithId[Id, Database]] extends AnyRef

    Permalink

    Basic trait for records entities

    Basic trait for records entities

    Id

    Type of ID parameter of entity

    Business

    Type of business entity

    Database

    Type of record entity

    T

    Type of slick table

  4. trait SimpleRecordTable[Id, Business, T <: TableWithId[Id, Business]] extends RecordTable[Id, Business, Business, T]

    Permalink

    Basic trait for records entities

    Basic trait for records entities

    Id

    Type of ID parameter of entity

    Business

    Type of entity

    T

    Type of slick table

  5. abstract class TableWithId[Id, R] extends postgres.PostgresDriver.SlickAPI.Table[R]

    Permalink

Value Members

  1. object PostgresDriver extends PostgresDriver

    Permalink

Ungrouped