class ReadJournalQueries extends JournalTables
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReadJournalQueries
- JournalTables
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ReadJournalQueries(profile: JdbcProfile, readJournalConfig: ReadJournalConfig)
Type Members
-
class
Journal extends slick.jdbc.JdbcProfile.API.Table[JournalRow]
- 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[Journal]
- Definition Classes
- JournalTables
- val allPersistenceIdsDistinct: CompiledFunction[(slick.jdbc.JdbcProfile.API.ConstColumn[Long]) ⇒ slick.jdbc.JdbcProfile.API.Query[slick.jdbc.JdbcProfile.API.Rep[String], String, Seq], slick.jdbc.JdbcProfile.API.ConstColumn[Long], Long, slick.jdbc.JdbcProfile.API.Query[slick.jdbc.JdbcProfile.API.Rep[String], String, Seq], Seq[String]]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val eventsByTag: CompiledFunction[(slick.jdbc.JdbcProfile.API.Rep[String], slick.jdbc.JdbcProfile.API.ConstColumn[Long], slick.jdbc.JdbcProfile.API.ConstColumn[Long], slick.jdbc.JdbcProfile.API.ConstColumn[Long]) ⇒ Query[Journal, journal.dao.JournalTables.Journal.TableElementType, Seq], (slick.jdbc.JdbcProfile.API.Rep[String], slick.jdbc.JdbcProfile.API.ConstColumn[Long], slick.jdbc.JdbcProfile.API.ConstColumn[Long], slick.jdbc.JdbcProfile.API.ConstColumn[Long]), (String, Long, Long, Long), Query[Journal, journal.dao.JournalTables.Journal.TableElementType, Seq], Seq[journal.dao.JournalTables.Journal.TableElementType]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def journalRowByPersistenceIds(persistenceIds: Iterable[String]): Query[Rep[String], String, Seq]
- val journalSequenceQuery: CompiledFunction[(slick.jdbc.JdbcProfile.API.ConstColumn[Long], slick.jdbc.JdbcProfile.API.ConstColumn[Long]) ⇒ Query[Rep[Long], Long, Seq], (slick.jdbc.JdbcProfile.API.ConstColumn[Long], slick.jdbc.JdbcProfile.API.ConstColumn[Long]), (Long, Long), Query[Rep[Long], Long, Seq], Seq[Long]]
-
val
journalTableCfg: JournalTableConfiguration
- Definition Classes
- ReadJournalQueries → JournalTables
- val maxJournalSequenceQuery: CompiledExecutable[Rep[Long], Long]
- 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[Journal, journal.dao.JournalTables.Journal.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[Journal, journal.dao.JournalTables.Journal.TableElementType, Seq], Seq[journal.dao.JournalTables.Journal.TableElementType]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
profile: JdbcProfile
- Definition Classes
- ReadJournalQueries → JournalTables
- val readJournalConfig: ReadJournalConfig
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def writeJournalRows(xs: Seq[JournalRow]): FixedSqlAction[Option[Int], NoStream, Write]