Model

Wrapper for a base model.

Constructors

this
this()

Creates a new model.

Members

Functions

deleteModel
void deleteModel()

Deletes the model.

insertModel
void insertModel()

Inserts the model.

readModel
void readModel()

Reads the model from the reader. Called internally from readSingle & readMany

readRelationships
void readRelationships()

Reads the relationships the model has.

setDeleter
void setDeleter(void delegate() deleter)
Undocumented in source. Be warned that the author may not have intended to support it.
setInserter
void setInserter(void delegate() inserter)
Undocumented in source. Be warned that the author may not have intended to support it.
setReader
void setReader(void delegate() reader)
Undocumented in source. Be warned that the author may not have intended to support it.
setReaderRelationship
void setReaderRelationship(void delegate() readerRelationship)
Undocumented in source. Be warned that the author may not have intended to support it.
setUpdater
void setUpdater(void delegate() updater)
Undocumented in source. Be warned that the author may not have intended to support it.
updateModel
void updateModel()

Updates the model.

Meta