molecule.datalog.core.facade

Members list

Type members

Classlikes

case class Datom(e: Long, a: Int, v: String, tx: Long, added: Boolean)

Attributes

Source
Datom.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DatomicTxReport(basisTbefore: Long, t: Long, tx: Long, txDate: Date, datoms: List[Datom], ids: List[Long])

Facade to Datomic transaction report with convenience methods to access tx meta data.

Facade to Datomic transaction report with convenience methods to access tx meta data.

Value parameters

basisTbefore

Datomic time point t on before Db

datoms

Tx report data, a List of molecule.datalog.core.facade.Datom

ids

List of affected entity ids from transaction

t

Transaction time t. Same as basis t on after Db

tx

Transaction entity id (Long).

txDate

Transaction instant (Date).

Attributes

Source
DatomicTxReport.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all