- deleteModel
void deleteModel()
- insertModel
void insertModel()
- 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()
Wrapper for a base model.