Liking cljdoc? Tell your friends :D

common.crux-svc


assoc-entity-txclj

(assoc-entity-tx node entity)
source

count-entities-by-attrsclj

(count-entities-by-attrs node entity-type attrs & [opts])
source

create-entityclj

(create-entity node entity-type params)
source

create-entity-syncclj

(create-entity-sync node entity-type params)
source

delete-entityclj

(delete-entity node crux-id)
source

entitiesclj

(entities node entity-type)
source

find-entities-by-attrclj

(find-entities-by-attr node entity-type attr value)
source

find-entities-by-attrsclj

(find-entities-by-attrs node entity-type attrs)
source

find-entities-by-attrs-with-order-by-and-limitclj

(find-entities-by-attrs-with-order-by-and-limit node
                                                entity-type
                                                attrs
                                                order-by
                                                limit)
source

find-entities-by-attrs-with-predicates-and-limitclj

(find-entities-by-attrs-with-predicates-and-limit node
                                                  entity-type
                                                  attrs
                                                  predicates
                                                  limit)
source

find-entities-by-idsclj

(find-entities-by-ids node ids)
source

find-entities-by-ids-and-typeclj

(find-entities-by-ids-and-type node ids entity-type)
source

find-entity-by-attrclj

(find-entity-by-attr node entity-type attr value)
source

find-entity-by-attrsclj

(find-entity-by-attrs node entity-type attrs)
source

find-entity-by-idclj

(find-entity-by-id node id)
source

find-entity-by-id-and-typeclj

(find-entity-by-id-and-type node id entity-type)
source

find-histories-by-idclj

(find-histories-by-id node id)
source

retrieve-entity-by-idclj

(retrieve-entity-by-id node id)
source

retrieve-entity-tx-by-idclj

(retrieve-entity-tx-by-id node id)
source

sum-entities-by-attrsclj

(sum-entities-by-attrs node entity-type attrs sum-attr)
source

update-entityclj

(update-entity node id params)
source

update-entity-syncclj

(update-entity-sync node id params)
source

update-entity-with-typeclj

(update-entity-with-type node id entity-type params)
source

update-entity-with-type-syncclj

(update-entity-with-type-sync node id entity-type params)
source

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

× close