Liking cljdoc? Tell your friends :D
Clojure only.

connective.adapter


IAdaptercljprotocol

a connective adapter

a connective adapter

execute-queryclj

(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-valueclj

(reference-value _ context entity)

given a context, params of the related entity

given a context, params of the related entity

read-entityclj

(read-entity _ context entity)

read an entity from the backend system

read an entity from the backend system

delete-entityclj

(delete-entity _ context entity)

deletes an entity from the backend system

deletes an entity from the backend system

validatorclj

(validator _)

an optional validator used to validate entities

an optional validator used to validate entities

related-queryclj

(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-queryclj

(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-entityclj

(init-entity _ context entity)

initialize a new entity

initialize a new entity

write-entityclj

(write-entity _ context entity)

writes an entity to the backend system

writes an entity to the backend system
sourceraw docstring

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

× close