Packages

class JournalQueries extends JournalTables

Source
JournalQueries.scala
Linear Supertypes
JournalTables, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JournalQueries
  2. JournalTables
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new JournalQueries(profile: JdbcProfile, journalTableCfg: EventJournalTableConfiguration, tagTableCfg: EventTagTableConfiguration)

Type Members

  1. class EventTags extends slick.jdbc.JdbcProfile.API.Table[TagRow]
    Definition Classes
    JournalTables
  2. class JournalEvents extends slick.jdbc.JdbcProfile.API.Table[JournalAkkaSerializationRow]
    Definition Classes
    JournalTables

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. lazy val JournalTable: TableQuery[JournalEvents]
    Definition Classes
    JournalTables
  5. lazy val TagTable: TableQuery[EventTags]
    Definition Classes
    JournalTables
  6. val allPersistenceIdsDistinct: CompiledStreamingExecutable[slick.jdbc.JdbcProfile.API.Query[slick.jdbc.JdbcProfile.API.Rep[String], String, Seq], Seq[String], String]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def delete(persistenceId: String, toSequenceNr: Long): slick.jdbc.JdbcProfile.ProfileAction[Int, NoStream, Write]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. val highestMarkedSequenceNrForPersistenceId: CompiledFunction[(slick.jdbc.JdbcProfile.API.Rep[String]) => slick.jdbc.JdbcProfile.API.Rep[Option[Long]], slick.jdbc.JdbcProfile.API.Rep[String], String, slick.jdbc.JdbcProfile.API.Rep[Option[Long]], Option[Long]]
  16. val highestSequenceNrForPersistenceId: CompiledFunction[(slick.jdbc.JdbcProfile.API.Rep[String]) => slick.jdbc.JdbcProfile.API.Rep[Option[Long]], slick.jdbc.JdbcProfile.API.Rep[String], String, slick.jdbc.JdbcProfile.API.Rep[Option[Long]], Option[Long]]
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def journalRowByPersistenceIds(persistenceIds: Iterable[String]): slick.jdbc.JdbcProfile.API.Query[slick.jdbc.JdbcProfile.API.Rep[String], String, Seq]
  19. val journalTableCfg: EventJournalTableConfiguration
    Definition Classes
    JournalQueriesJournalTables
  20. def markJournalMessagesAsDeleted(persistenceId: String, maxSequenceNr: Long): slick.jdbc.JdbcProfile.ProfileAction[Int, NoStream, Write]
  21. val messagesQuery: CompiledFunction[(slick.jdbc.JdbcProfile.API.Rep[String], slick.jdbc.JdbcProfile.API.Rep[Long], slick.jdbc.JdbcProfile.API.Rep[Long], slick.jdbc.JdbcProfile.API.ConstColumn[Long]) => Query[JournalEvents, JournalTables.JournalEvents.TableElementType, Seq], (slick.jdbc.JdbcProfile.API.Rep[String], slick.jdbc.JdbcProfile.API.Rep[Long], slick.jdbc.JdbcProfile.API.Rep[Long], slick.jdbc.JdbcProfile.API.ConstColumn[Long]), (String, Long, Long, Long), Query[JournalEvents, JournalTables.JournalEvents.TableElementType, Seq], Seq[JournalTables.JournalEvents.TableElementType]]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. val profile: JdbcProfile
    Definition Classes
    JournalQueriesJournalTables
  26. val selectByPersistenceIdAndMaxSequenceNumber: CompiledFunction[(slick.jdbc.JdbcProfile.API.Rep[String], slick.jdbc.JdbcProfile.API.Rep[Long]) => Query[JournalEvents, JournalTables.JournalEvents.TableElementType, Seq], (slick.jdbc.JdbcProfile.API.Rep[String], slick.jdbc.JdbcProfile.API.Rep[Long]), (String, Long), Query[JournalEvents, JournalTables.JournalEvents.TableElementType, Seq], Seq[JournalTables.JournalEvents.TableElementType]]
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. val tagTableCfg: EventTagTableConfiguration
    Definition Classes
    JournalQueriesJournalTables
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. def writeJournalRows(xs: Seq[(JournalAkkaSerializationRow, Set[String])])(implicit ec: ExecutionContext): DBIOAction[Any, NoStream, Write with Write]

Inherited from JournalTables

Inherited from AnyRef

Inherited from Any

Ungrouped