Model Repository Impl
The class that implements the ModelRepository interface.
Parameters
model Dao
The ModelDao object that is used to access the database.
Constructors
Functions
Link copied to clipboard
Delete the given Model from the database by using modelDao.
Link copied to clipboard
Get the stream of all Models in the database by using modelDao.
Link copied to clipboard
Link copied to clipboard
Insert a Model into the database by using modelDao.
Link copied to clipboard
Update the given Model in the database by using modelDao.