class ReadJournalQueries extends JournalTables
- Source
 - ReadJournalQueries.scala
 
Linear Supertypes
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- ReadJournalQueries
 - JournalTables
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Instance Constructors
-  new ReadJournalQueries(profile: JdbcProfile, readJournalConfig: ReadJournalConfig)
 
Type Members
-    class EventTags extends slick.jdbc.JdbcProfile.JdbcAPI.Table[TagRow]
- Definition Classes
 - JournalTables
 
 -    class JournalEvents extends slick.jdbc.JdbcProfile.JdbcAPI.Table[JournalAkkaSerializationRow]
- Definition Classes
 - JournalTables
 
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -    lazy val JournalTable: TableQuery[JournalEvents]
- Definition Classes
 - JournalTables
 
 -    lazy val TagTable: TableQuery[EventTags]
- Definition Classes
 - JournalTables
 
 -  val allPersistenceIdsDistinct: CompiledFunction[(slick.jdbc.JdbcProfile.JdbcAPI.ConstColumn[Long]) => slick.jdbc.JdbcProfile.JdbcAPI.Query[slick.jdbc.JdbcProfile.JdbcAPI.Rep[String], String, Seq], slick.jdbc.JdbcProfile.JdbcAPI.ConstColumn[Long], Long, slick.jdbc.JdbcProfile.JdbcAPI.Query[slick.jdbc.JdbcProfile.JdbcAPI.Rep[String], String, Seq], Seq[String]]
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -  val eventsByTag: CompiledFunction[(slick.jdbc.JdbcProfile.JdbcAPI.Rep[String], slick.jdbc.JdbcProfile.JdbcAPI.ConstColumn[Long], slick.jdbc.JdbcProfile.JdbcAPI.ConstColumn[Long], slick.jdbc.JdbcProfile.JdbcAPI.ConstColumn[Long]) => Query[JournalEvents, JournalAkkaSerializationRow, Seq], (slick.jdbc.JdbcProfile.JdbcAPI.Rep[String], slick.jdbc.JdbcProfile.JdbcAPI.ConstColumn[Long], slick.jdbc.JdbcProfile.JdbcAPI.ConstColumn[Long], slick.jdbc.JdbcProfile.JdbcAPI.ConstColumn[Long]), (String, Long, Long, Long), Query[JournalEvents, JournalAkkaSerializationRow, Seq], Seq[JournalAkkaSerializationRow]]
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -  def journalRowByPersistenceIds(persistenceIds: Iterable[String]): Query[Rep[String], String, Seq]
 -  val journalSequenceQuery: CompiledFunction[(slick.jdbc.JdbcProfile.JdbcAPI.ConstColumn[Long], slick.jdbc.JdbcProfile.JdbcAPI.ConstColumn[Long]) => Query[Rep[Long], Long, Seq], (slick.jdbc.JdbcProfile.JdbcAPI.ConstColumn[Long], slick.jdbc.JdbcProfile.JdbcAPI.ConstColumn[Long]), (Long, Long), Query[Rep[Long], Long, Seq], Seq[Long]]
 -    val journalTableCfg: EventJournalTableConfiguration
- Definition Classes
 - ReadJournalQueries → JournalTables
 
 -  val maxJournalSequenceQuery: CompiledExecutable[Unconst[Rep[Long]], Long]
 -  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, journal.dao.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, journal.dao.JournalTables.JournalEvents.TableElementType, Seq], Seq[journal.dao.JournalTables.JournalEvents.TableElementType]]
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -    val profile: JdbcProfile
- Definition Classes
 - ReadJournalQueries → JournalTables
 
 -  val readJournalConfig: ReadJournalConfig
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def tagTableCfg: EventTagTableConfiguration
- Definition Classes
 - ReadJournalQueries → JournalTables
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 
Deprecated Value Members
-    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable]) @Deprecated
 - Deprecated
 (Since version 9)