官术网_书友最值得收藏!

Repository

In a domain model, at a given point in time, many domain objects may exist. Each object may have its own life-cycle, from the creation of objects to their removal or persistence. Whenever any domain operation needs a domain object, it should retrieve the reference of the requested object efficiently. It would be very difficult if you didn't maintain all of the available domain objects in a central object. A central object carries the references of all the objects, and is responsible for returning the requested object reference. This central object is known as the repository.

The repository is a point that interacts with infrastructures such as the database or file system. A repository object is the part of the domain model that interacts with storage such as the database, external sources, and so on, to retrieve the persisted objects. When a request is received by the repository for an object's reference, it returns the existing object's reference. If the requested object does not exist in the repository, then it retrieves the object from storage. For example, if you need a customer, you would query the repository object to provide the customer with ID 31. The repository would provide the requested customer object if it is already available in the repository, and if not, it would query the persisted stores such as the database, fetch it, and provide its reference.

The main advantage of using the repository is having a consistent way to retrieve objects where the requestor does not need to interact directly with the storage such as the database.

A repository may query objects from various storage types, such as one or more databases, filesystems, or factory repositories, and so on. In such cases, a repository may have strategies that also point to different sources for different object types or categories:

Repository object flow

As shown in the repository object flow diagram, the repository interacts with the infrastructure layer, and this interface is part of the domain layer. The requestor may belong to a domain layer, or an application layer. The repository helps the system to manage the life cycle of domain objects.

主站蜘蛛池模板: 浮山县| 泽州县| 青田县| 舞阳县| 巫溪县| 阿拉善左旗| 平罗县| 鲜城| 闵行区| 黑山县| 邢台县| 翼城县| 寿阳县| 玛纳斯县| 安塞县| 南涧| 永济市| 嘉义县| 蛟河市| 剑阁县| 崇义县| 高碑店市| 遂溪县| 玉环县| 石泉县| 元氏县| 增城市| 绵阳市| 郎溪县| 柯坪县| 沙坪坝区| 朔州市| 盐津县| 乌拉特前旗| 遵化市| 瑞昌市| 安岳县| 易门县| 清水河县| 资溪县| 敦化市|