What is ORM?- Object role modeling is a method to design and query a database at a concept level. - At this level, the requirements are available at a non technical level, understandable to a naive user. ORM models, hence; capture business rules. - ORM uses a simple model in a simplified language and diagrams. ORM simplifies the design process. - It is a mechanism which will make it possible to access and manipulate the objects. - It helps the programmer in maintaining a consistent view of the objects over a period of time.
|