package facade
- Alphabetic
- Public
- All
Type Members
-
case class
Conn_Peer(peerConn: Connection, defaultConnProxy: ConnProxy, system: String = "") extends Conn_Jvm with Product with Serializable
Facade to Datomic connection for peer api.
- class Datom_Peer extends Datom
-
case class
DatomicDb_Peer(peerDb: Database) extends DatomicDb with JavaConversions with Product with Serializable
Datomic Db facade for peer api.
-
case class
DatomicEntity_Peer(datomicEntity: Entity, conn: Conn_Peer, eid: Any, showKW: Boolean = true) extends DatomicEntity_Jvm with Product with Serializable
Datomic Entity facade for the Datomic Peer api.
Datomic Entity facade for the Datomic Peer api.
- conn
Implicit Conn in scope
- eid
Entity id of type Object
-
trait
Datomic_Peer extends JavaConversions
Facade to Datomic Peer with selected methods.
-
case class
TxReportQueue(javaQueue: BlockingQueue[Map[_, _]]) extends JavaConversions with Product with Serializable
A transaction report queue associated with a connection.
A transaction report queue associated with a connection.
The molecule TxReportQueue is a wrapper of the BlockingQueue returned by a Datomic Peer Connection.
This queue may be safely consumed from more than one thread. Note that the queue does not block producers, and will consume memory until you consume the elements from it.
- See also
https://docs.datomic.com/on-prem/javadoc/datomic/Connection.html#txReportQueue-- datomic.Connection.txReportQueue()
-
case class
TxReport_Peer(rawTxReport: Map[_, _], scalaStmts: Seq[Statement] = Nil) extends TxReport with JavaConversions with Product with Serializable
Datomic TxReport facade for peer api.
Value Members
-
object
Conn_Peer extends Serializable
Connection factory methods used by tx functions.
- object Datomic_Peer extends Datomic_Peer

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