class JournalQueries extends JournalTables
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JournalQueries
- JournalTables
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new JournalQueries(profile: JdbcProfile, journalTableCfg: JournalTableConfiguration)
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: CompiledStreamingExecutable[slick.jdbc.JdbcProfile.API.Query[slick.jdbc.JdbcProfile.API.Rep[String], String, Seq], Seq[String], String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- def delete(persistenceId: String, toSequenceNr: Long): slick.jdbc.JdbcProfile.ProfileAction[Int, NoStream, Write]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val highestMarkedSequenceNrForPersistenceId: CompiledFunction[(slick.jdbc.JdbcProfile.API.Rep[String]) ⇒ slick.jdbc.JdbcProfile.API.Query[slick.jdbc.JdbcProfile.API.Rep[Long], Long, Seq], slick.jdbc.JdbcProfile.API.Rep[String], String, slick.jdbc.JdbcProfile.API.Query[slick.jdbc.JdbcProfile.API.Rep[Long], Long, Seq], Seq[Long]]
- val highestSequenceNrForPersistenceId: CompiledFunction[(slick.jdbc.JdbcProfile.API.Rep[String]) ⇒ slick.jdbc.JdbcProfile.API.Query[slick.jdbc.JdbcProfile.API.Rep[Long], Long, Seq], slick.jdbc.JdbcProfile.API.Rep[String], String, slick.jdbc.JdbcProfile.API.Query[slick.jdbc.JdbcProfile.API.Rep[Long], Long, Seq], Seq[Long]]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def journalRowByPersistenceIds(persistenceIds: Iterable[String]): slick.jdbc.JdbcProfile.API.Query[slick.jdbc.JdbcProfile.API.Rep[String], String, Seq]
-
val
journalTableCfg: JournalTableConfiguration
- Definition Classes
- JournalQueries → JournalTables
- def markJournalMessagesAsDeleted(persistenceId: String, maxSequenceNr: Long): slick.jdbc.JdbcProfile.ProfileAction[Int, NoStream, Write]
- 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, 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, JournalTables.Journal.TableElementType, Seq], Seq[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
- JournalQueries → JournalTables
- val selectByPersistenceIdAndMaxSequenceNumber: CompiledFunction[(slick.jdbc.JdbcProfile.API.Rep[String], slick.jdbc.JdbcProfile.API.Rep[Long]) ⇒ Query[Journal, JournalTables.Journal.TableElementType, Seq], (slick.jdbc.JdbcProfile.API.Rep[String], slick.jdbc.JdbcProfile.API.Rep[Long]), (String, Long), Query[Journal, JournalTables.Journal.TableElementType, Seq], Seq[JournalTables.Journal.TableElementType]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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.
-
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]