case class TxReport_Peer(rawTxReport: Map[_, _], stmtss: Seq[Seq[Statement]] = Nil) extends TxReport with Product with Serializable
- Alphabetic
- By Inheritance
- TxReport_Peer
- Serializable
- Serializable
- Product
- Equals
- TxReport
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
lazy val
dbAfter: Database
Get database value after transaction.
-
lazy val
dbBefore: Database
Get database value before transaction.
-
lazy val
eid: Long
Convenience method to get single affected entity id from transaction.
Convenience method to get single affected entity id from transaction.
Often useful when you know only one entity was affected:
val benId = Person.name("Ben").eid // We could have said val lizId = Person.name("Liz").eids.head
- Definition Classes
- TxReport_Peer → TxReport
-
def
eidSet: Set[Long]
Get Set of affected entity ids from transaction.
Get Set of affected entity ids from transaction.
- Definition Classes
- TxReport
-
lazy val
eids: List[Long]
Get List of affected entity ids from transaction
Get List of affected entity ids from transaction
- Definition Classes
- TxReport_Peer → TxReport
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
inspect: Unit
- Definition Classes
- TxReport_Peer → TxReport
-
lazy val
inst: Date
Get transaction instant (Date).
Get transaction instant (Date).
- Definition Classes
- TxReport_Peer → TxReport
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val rawTxReport: Map[_, _]
- val stmtss: Seq[Seq[Statement]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
lazy val
t: Long
Get transaction time t.
Get transaction time t.
- Definition Classes
- TxReport_Peer → TxReport
-
def
toString(): String
- Definition Classes
- TxReport_Peer → AnyRef → Any
-
lazy val
tx: Long
Get transaction entity id (Long).
Get transaction entity id (Long).
- Definition Classes
- TxReport_Peer → TxReport
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()

Documentation/API for the Molecule library - a meta DSL for the Datomic database.
scalamolecule.org | Github | Forum