Packages

c

molecule.datomic.client.facade

TxReport_Client

case class TxReport_Client(clientTxReport: TxReport, stmtss: Seq[Seq[Statement]] = Nil) extends TxReport with Product with Serializable

Datomic TxReport facade for client api (peer-server/cloud/dev-local).

Source
TxReport_Client.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, TxReport, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TxReport_Client
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. TxReport
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TxReport_Client(clientTxReport: TxReport, stmtss: Seq[Seq[Statement]] = Nil)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val clientTxReport: TxReport
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. lazy val dbAfter: Db

    Get database value after transaction.

  8. lazy val dbBefore: Db

    Get database value before transaction.

  9. 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_ClientTxReport
  10. def eidSet: Set[Long]

    Get Set of affected entity ids from transaction.

    Get Set of affected entity ids from transaction.

    Definition Classes
    TxReport
  11. lazy val eids: List[Long]

    Get List of affected entity ids from transaction

    Get List of affected entity ids from transaction

    Definition Classes
    TxReport_ClientTxReport
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def inspect: Unit
    Definition Classes
    TxReport_ClientTxReport
  16. lazy val inst: Date

    Get transaction instant (Date).

    Get transaction instant (Date).

    Definition Classes
    TxReport_ClientTxReport
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def printEidStats(): String
  22. val stmtss: Seq[Seq[Statement]]
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. lazy val t: Long

    Get transaction time t.

    Get transaction time t.

    Definition Classes
    TxReport_ClientTxReport
  25. def toString(): String
    Definition Classes
    TxReport_Client → AnyRef → Any
  26. lazy val tx: Long

    Get transaction entity id (Long).

    Get transaction entity id (Long).

    Definition Classes
    TxReport_ClientTxReport
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from TxReport

Inherited from AnyRef

Inherited from Any

Ungrouped