Liking cljdoc? Tell your friends :D

datumbazo.callbacks


call-after-createclj

(call-after-create records)
source

call-after-deleteclj

(call-after-delete records)
source

call-after-findclj

(call-after-find records)
source

call-after-initializeclj

(call-after-initialize records)
source

call-after-saveclj

(call-after-save records)
source

call-after-updateclj

(call-after-update records)
source

call-before-createclj

(call-before-create records)
source

call-before-deleteclj

(call-before-delete records)
source

call-before-saveclj

(call-before-save records)
source

call-before-updateclj

(call-before-update records)
source

defcallbackcljmacro

(defcallback callback doc)

Define a record callback.

Define a record callback.
sourceraw docstring

IAfterCreatecljprotocol

after-createclj

(after-create record)

Called after a record has been created in the database.

Called after a record has been created in the database.
source

IAfterDeletecljprotocol

after-deleteclj

(after-delete record)

Called after a record has been deleted from the database.

Called after a record has been deleted from the database.
source

IAfterFindcljprotocol

after-findclj

(after-find record)

Called after a record has been found in the database.

Called after a record has been found in the database.
source

IAfterInitializecljprotocol

after-initializeclj

(after-initialize record)

Called after initializing a record.

Called after initializing a record.
source

IAfterSavecljprotocol

after-saveclj

(after-save record)

Called after a record has been saved to the database.

Called after a record has been saved to the database.
source

IAfterUpdatecljprotocol

after-updateclj

(after-update record)

Called after a record has been updated in the database.

Called after a record has been updated in the database.
source

IBeforeCreatecljprotocol

before-createclj

(before-create record)

Called before a record is created in the database.

Called before a record is created in the database.
source

IBeforeDeletecljprotocol

before-deleteclj

(before-delete record)

Called before a record is deleted from the database.

Called before a record is deleted from the database.
source

IBeforeSavecljprotocol

before-saveclj

(before-save record)

Called before a record is saved to the database.

Called before a record is saved to the database.
source

IBeforeUpdatecljprotocol

before-updateclj

(before-update record)

Called before a record is updated in the database.

Called before a record is updated in the database.
source

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

× close