[PoEAA] Domain Logic Pattern - Domain Model - iT 邦幫忙::一起幫忙解決難題,拯救 IT 人的一天
According to [PoEAA], this definition is "A Domain Model creates a web of interconnected objects, where each object represents some meaningful individual, whether as large as a corporation or as small as a single line on an order form." Domain Model has two kinds of type: Simple Domain Model: Every domain model can be mapped to one database table. Usually it uses Active Record. Complex Domain Model: The model uses inheritance, strategies and other design patterns. Database can not directly map...
Source: ithome.com.tw