- Forum
- Databases
- General Mapping of domain objects to a relational database
-
Contributing Member
Mapping of domain objects to a relational database
As we all know domain objects is the core of an application which contains the data required for the application. For this one of the things used for storing data could be a relational database namely RDBMS. I want to know, what are the things one has to bear in mind while mapping domain objects to a relational database?
-
Contributing Member
Re: Mapping of domain objects to a relational database
There are numerous things one has to bear in mind while mapping domain objects to a relational database. Some of them are listed below:
Every object is unique in any object-oriented system and so it is vital that unique identifier is mentioned for each new object.
A seperate layer for mapping objects to database must be created.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules