This lecture focus to Presentation on Designing a Persistence Framework With Patterns. Persistence Framework is a general purpose, reusable and extendable set of types that provide functionality to support persistent objects. Persistence Service are Actually provides the service, and will be created with a persistence framework. The Persistence framework should provide the following functions Store and retrieve objects in a persistent storage mechanism; Commit and rollback transactions.