System Design Persistence
Decision about the type of persistence mechanism
- File system
- object-relational database system
- object-oriented database system
Selecting the classes which should be made persistent
- mapping of these classes to the selected persistence mechanism
-
Defining the transaction boundaries
Specifying the coupling between application and database (DB)