# RelationRepository 关系型数据仓库抽象类。 ## 基类属性 ### `db` ### `sourceCollection` ### `targetCollection` ### `associationField` ### `sourceKeyValue` ### `sourceInstance` ## HasOneRepository ### `find()` ### `update()` ### `destroy()` ### `remove()` ### `set()` ## BelongsToRepository ### `find()` ### `update()` ### `destroy()` ### `remove()` ### `set()` ## HasManyRepository ### `count()` ### `find()` ### `findOne()` ### `findAndCount()` ### `create()` ### `update()` ### `destroy()` ### `add()` ### `remove()` ### `set()` ## BelongsToManyRepository ### `count()` ### `find()` ### `findOne()` ### `findAndCount()` ### `create()` ### `update()` ### `destroy()` ### `add()` ### `remove()` ### `set()` ### `toggle()`