Web Application Security Memo

ウェブセキュリティに関するメモ書き

Active Record の説明

※当サイトにはプロモーションが含まれています。

公開日: 更新日:

An object that wraps a row in a database table or view, encapsulates the database access, and adds domain logic on that data.

引用元:「Patterns of Enterprise Application Architecture (Addison-Wesley Signature Series (Fowler)) (English Edition)」MARTIN FOWLER

Active Record パターンのクラスはドメインロジックを含む。

広告