下面仍旧使用客户实体(CustomerEO) 与地址实体 ( AddressEO )为例来说明如何映射多对多关系的映射。一个客户可以有多个地址,一个地址又可以所属多个的客户。
基于6个网页-相关网页
新客户实体实例化应用程序然后送到持久性得救。
A new Customer entity is instantiated by the Application then sent to Persistance to be saved.
可以将这些实体返回给客户端。
是否有一个规范来描述连接键实体(例如客户和位置)的业务规则?
Is there a specification describing the business rules to join key entities such as customer and location?
应用推荐