This document discusses persistent data management and defines 10 classes and their attributes for an online marketplace database. Persistent data management deals with storing the data needed for the system in the database. The purpose is to determine which objects need to be stored persistently. It then defines 10 classes like Admin, User, Item, Feedback, etc. and their attributes to model the data that needs to be stored in the database.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
64 views2 pages
Persistant Data Management
This document discusses persistent data management and defines 10 classes and their attributes for an online marketplace database. Persistent data management deals with storing the data needed for the system in the database. The purpose is to determine which objects need to be stored persistently. It then defines 10 classes like Admin, User, Item, Feedback, etc. and their attributes to model the data that needs to be stored in the database.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
4.
1 Persistant Data Management
Persistent data management deals with how the system is going to handle the actual data need to be stored on the database of the system. The purpose of persistence modeling is which objects in the system design are required to be stored persistently. Persistence modeling needs to use to communicate each other the design of the database in our system, it is usually the data base to all the users of the system and for the developers.