News Feed
Jobs Feed
Sections




News Archive
feed this:

Seastian Bergmann's Blog:
Object-Relational Behavioral Patterns
February 16, 2009 @ 12:08:47

Seastian Bergmann has added some new features to the Object_Freezer library (you can read more about it here) - some new object-relational behavioral patterns.

The three patterns are from Martin Fowler's Patterns of Enterprise Application Architecture book:

  • Unit of Work - maintains a list of objects affected by a business transaction and coordinates the writing out of changes and the resolution of concurrency problems.
  • Identity Map - each object gets loaded only once by keeping every loaded object in a map
  • Lazy Load - object that doesn't contain all of the data you need but knows how to get it.
0 comments voice your opinion now!
object freezer object relational patterns martinfowler pattern



Community Events











Don't see your event here?
Let us know!


functional podcast language conference framework testing release unittest phpunit series development opinion code application example community interview zendframework2 tool introduction

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework