a connective adapter
a connective adapter
(execute-query _ context query)
execute a query which return a collection of entity data
execute a query which return a collection of entity data
(reference-value _ context entity)
given a context, params of the related entity
given a context, params of the related entity
(read-entity _ context entity)
read an entity from the backend system
read an entity from the backend system
(delete-entity _ context entity)
deletes an entity from the backend system
deletes an entity from the backend system
(validator _)
an optional validator used to validate entities
an optional validator used to validate entities
(related-query _ context params)
create a query which will be passed to execute query in order to fetch backing entities data
create a query which will be passed to execute query in order to fetch backing entities data
(reference-query _ context params)
create a query which will be passed to execute query in order to fetch backing entity data
create a query which will be passed to execute query in order to fetch backing entity data
(init-entity _ context entity)
initialize a new entity
initialize a new entity
(write-entity _ context entity)
writes an entity to the backend system
writes an entity to the backend system
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close