A Data Access Object (DAO) interface for the Model class.
Delete the given Model from the models table.
Retrieve all Models from the models table.
Retrieve a Model by uid from the models table.
Insert a Model into the models table. If the model already exists, replace it.
Update the given Model.