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: LegacyJournalTableConfiguration)

Type Members

  1. class Journal extends slick.jdbc.JdbcProfile.JdbcAPI.Table[JournalRow]
    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[Journal]
    Definition Classes
    JournalTables
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def delete(persistenceId: String, toSequenceNr: Long): slick.jdbc.JdbcProfile.ProfileAction[Int, NoStream, Write]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. 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]]
  14. val highestSequenceNrForPersistenceIdBefore: CompiledFunction[(slick.jdbc.JdbcProfile.JdbcAPI.Rep[String], slick.jdbc.JdbcProfile.JdbcAPI.Rep[Long]) => slick.jdbc.JdbcProfile.JdbcAPI.Query[slick.jdbc.JdbcProfile.JdbcAPI.Rep[Long], Long, Seq], (slick.jdbc.JdbcProfile.JdbcAPI.Rep[String], slick.jdbc.JdbcProfile.JdbcAPI.Rep[Long]), (String, Long), slick.jdbc.JdbcProfile.JdbcAPI.Query[slick.jdbc.JdbcProfile.JdbcAPI.Rep[Long], Long, Seq], Seq[Long]]
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val journalTableCfg: LegacyJournalTableConfiguration
    Definition Classes
    JournalQueriesJournalTables
  17. def markSeqNrJournalMessagesAsDeleted(persistenceId: String, sequenceNr: Long): slick.jdbc.JdbcProfile.ProfileAction[Int, NoStream, Write]
  18. 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[Journal, JournalTables.Journal.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[Journal, JournalTables.Journal.TableElementType, Seq], Seq[JournalTables.Journal.TableElementType]]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val profile: JdbcProfile
    Definition Classes
    JournalQueriesJournalTables
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. def update(persistenceId: String, seqNr: Long, replacement: Array[Byte]): slick.jdbc.JdbcProfile.ProfileAction[Int, NoStream, Write]

    Updates (!) a payload stored in a specific events row.

    Updates (!) a payload stored in a specific events row. Intended to be used sparingly, e.g. moving all events to their encrypted counterparts.

  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. def writeJournalRows(xs: Seq[JournalRow]): FixedSqlAction[Option[Int], NoStream, Write]

Inherited from JournalTables

Inherited from AnyRef

Inherited from Any

Ungrouped