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.JdbcAPI.Table[TagRow]
    Definition Classes
    JournalTables
  2. class JournalEvents extends slick.jdbc.JdbcProfile.JdbcAPI.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.JdbcAPI.Query[slick.jdbc.JdbcProfile.JdbcAPI.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]) @HotSpotIntrinsicCandidate() @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. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  14. val highestMarkedSequenceNrForPersistenceId: CompiledFunction[(slick.jdbc.JdbcProfile.JdbcAPI.Rep[String]) => slick.jdbc.JdbcProfile.JdbcAPI.Rep[Option[Long]], slick.jdbc.JdbcProfile.JdbcAPI.Rep[String], String, slick.jdbc.JdbcProfile.JdbcAPI.Rep[Option[Long]], Option[Long]]
  15. val highestSequenceNrForPersistenceId: CompiledFunction[(slick.jdbc.JdbcProfile.JdbcAPI.Rep[String]) => slick.jdbc.JdbcProfile.JdbcAPI.Rep[Option[Long]], slick.jdbc.JdbcProfile.JdbcAPI.Rep[String], String, slick.jdbc.JdbcProfile.JdbcAPI.Rep[Option[Long]], Option[Long]]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def journalRowByPersistenceIds(persistenceIds: Iterable[String]): slick.jdbc.JdbcProfile.JdbcAPI.Query[slick.jdbc.JdbcProfile.JdbcAPI.Rep[String], String, Seq]
  18. val journalTableCfg: EventJournalTableConfiguration
    Definition Classes
    JournalQueriesJournalTables
  19. val messagesQuery: CompiledFunction[(slick.jdbc.JdbcProfile.JdbcAPI.Rep[String], slick.jdbc.JdbcProfile.JdbcAPI.Rep[Long], slick.jdbc.JdbcProfile.JdbcAPI.Rep[Long], slick.jdbc.JdbcProfile.JdbcAPI.ConstColumn[Long]) => Query[JournalEvents, JournalTables.JournalEvents.TableElementType, Seq], (slick.jdbc.JdbcProfile.JdbcAPI.Rep[String], slick.jdbc.JdbcProfile.JdbcAPI.Rep[Long], slick.jdbc.JdbcProfile.JdbcAPI.Rep[Long], slick.jdbc.JdbcProfile.JdbcAPI.ConstColumn[Long]), (String, Long, Long, Long), Query[JournalEvents, JournalTables.JournalEvents.TableElementType, Seq], Seq[JournalTables.JournalEvents.TableElementType]]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  23. val profile: JdbcProfile
    Definition Classes
    JournalQueriesJournalTables
  24. val selectByPersistenceIdAndMaxSequenceNumber: CompiledFunction[(slick.jdbc.JdbcProfile.JdbcAPI.Rep[String], slick.jdbc.JdbcProfile.JdbcAPI.Rep[Long]) => Query[JournalEvents, JournalTables.JournalEvents.TableElementType, Seq], (slick.jdbc.JdbcProfile.JdbcAPI.Rep[String], slick.jdbc.JdbcProfile.JdbcAPI.Rep[Long]), (String, Long), Query[JournalEvents, JournalTables.JournalEvents.TableElementType, Seq], Seq[JournalTables.JournalEvents.TableElementType]]
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. val tagTableCfg: EventTagTableConfiguration
    Definition Classes
    JournalQueriesJournalTables
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. def writeJournalRows(xs: Seq[(JournalAkkaSerializationRow, Set[String])])(implicit ec: ExecutionContext): slick.jdbc.JdbcProfile.JdbcAPI.DBIOAction[Any, slick.jdbc.JdbcProfile.JdbcAPI.NoStream, Write]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  2. def markJournalMessagesAsDeleted(persistenceId: String, maxSequenceNr: Long): slick.jdbc.JdbcProfile.ProfileAction[Int, NoStream, Write]
    Annotations
    @deprecated
    Deprecated

    (Since version 5.4.2) Intended to be internal API

Inherited from JournalTables

Inherited from AnyRef

Inherited from Any

Ungrouped