DDD Step By Step
A Practical Guide to Domain Driven Design

Persistence

Persistence

Persistence is a generic term for a method retrienving and storing data.

In relation to DDD this is a term preferential to using specific terminology like Database or REST. The Repository pattern is usually used in DDD to achieve Persistence Ignorance

See also:

Blog post: Blogged There Is No Database

Recent Comments

Leave the first comment for this page.