org.apache.pekko.persistence.postgres.snapshot.dao
Members list
Type members
Classlikes
class ByteArraySnapshotDao(db: JdbcBackend#Database, snapshotConfig: SnapshotConfig, serialization: Serialization)(implicit ec: ExecutionContext, val mat: Materializer) extends SnapshotDao
Attributes
- Source
- ByteArraySnapshotDao.scala
- Supertypes
class ByteArraySnapshotSerializer(serialization: Serialization) extends SnapshotSerializer[SnapshotRow]
Attributes
- Companion
- object
- Source
- ByteArraySnapshotSerializer.scala
- Supertypes
object ByteArraySnapshotSerializer
Attributes
- Companion
- class
- Source
- ByteArraySnapshotSerializer.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
trait SnapshotDao
Attributes
- Source
- SnapshotDao.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class ByteArraySnapshotDao
class SnapshotQueries(val snapshotTableCfg: SnapshotTableConfiguration) extends SnapshotTables
Attributes
- Source
- SnapshotQueries.scala
- Supertypes
object SnapshotTables
Attributes
- Companion
- trait
- Source
- SnapshotTables.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SnapshotTables.type
trait SnapshotTables
Attributes
- Companion
- object
- Source
- SnapshotTables.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class SnapshotQueries
In this article