Monday, May 16, 2005

Enterprise Software Pattern Synopses

Enterprise Software Pattern Synopses: "# isDirty

Avoid the expense of updating objects in a database that don’t need to be updated by keeping track of whether they actually do need to be updated.

Related patterns are

* PersistenceLayer
The isDirty pattern can be used with the Persistence Layer pattern."

No comments: