Liking cljdoc? Tell your friends :D

eva.v2.transaction-pipeline.core

Core logic for the transaction pipeline, provides the entry point for transaction processing via the 'transact' function

Core logic for the transaction pipeline, provides the entry point for transaction
processing via the 'transact' function
raw docstring

eva.v2.transaction-pipeline.protocols

Protocols used in transaction pipeline.

Protocols used in transaction pipeline.
raw docstring

eva.v2.transaction-pipeline.resolve.ids

Contains the logic for three major chunks of work in the transaction pipeline:

  1. Resolve the unique-attribute-merging problem that arises from unique identity semantics.
  2. Resolve temporary ids into permanent ids.
  3. Eliminate redundant Adds or Retracts in tx-data.
Contains the logic for three major chunks of work in the transaction pipeline:
1. Resolve the unique-attribute-merging problem that arises from unique identity semantics.
2. Resolve temporary ids into permanent ids.
3. Eliminate redundant Adds or Retracts in tx-data.
raw docstring

eva.v2.transaction-pipeline.resolve.maps.flatten

Provides the logic for recursively flattening map entities in a transaction.

Provides the logic for recursively flattening map entities in a transaction.
raw docstring

eva.v2.transaction-pipeline.type.basic

Defines concrete types for the fundamental Add and Retract transaction operations.

Defines concrete types for the fundamental Add and Retract transaction operations.
raw docstring

eva.v2.transaction-pipeline.type.map

Defines a concrete type for Map Entity operations handled in the transaction pipeline.

Defines a concrete type for Map Entity operations handled in the transaction pipeline.
raw docstring

eva.v2.transaction-pipeline.type.tx-fn

Defines a concrete type for transaction functions handled in the transaction pipeline.

Defines a concrete type for transaction functions handled in the transaction pipeline.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close