Chapter 9 Working with Object-Oriented Models


Defining O/R mapping

Object persistence implies to store and extract objects in a relational database. You can map OOM objects to PDM objects to create an object to relational mapping:

OOM object Mapped to...
Class Table
Attribute Column
Operation SELECT or UPDATE queries associated with a table
Association Reference, view reference, table or view

There are different methods for creating an O/R mapping:

 


Copyright (C) 2006. Sybase Inc. All rights reserved.