Package

akka.persistence

pg

Permalink

package pg

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. pg
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AkkaPgJdbcTypes extends JdbcTypesComponent

    Permalink
  2. case class EventStoreConfig(cfg: Config, schema: Option[String], journalTableName: String) extends Product with Serializable

    Permalink
  3. type EventTag = (String, String)

    Permalink
  4. case class JsonString(value: String) extends Product with Serializable

    Permalink

    a simple wrapper around a json string representation

    a simple wrapper around a json string representation

    value

    the wrapped json string

  5. trait PgConfig extends AnyRef

    Permalink
  6. class PgExtension extends Extension

    Permalink
  7. trait PgPostgresProfile extends PostgresProfile with AkkaPgJdbcTypes

    Permalink
  8. class PgPostgresProfileImpl extends PgPostgresProfile

    Permalink
  9. class PluginConfig extends AnyRef

    Permalink

Value Members

  1. object PgExtension extends ExtensionId[PgExtension] with ExtensionIdProvider

    Permalink
  2. object PluginConfig

    Permalink
  3. package event

    Permalink
  4. package journal

    Permalink
  5. package query

    Permalink
  6. package snapshot

    Permalink
  7. package util

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped