 |
 |
 |
 |
 |
 |
 |
 |
| |
Data model should
not constrain object model
|
|
|
| |
Dont want
database code in object/component code
|
|
|
| |
Accessing data
should be fast
|
|
|
| |
Minimize calls to
database they are expensive
|
|
|
| |
Object-based
queries not SQL
|
|
|
| |
Isolate J2EE app
from schema changes
|
|
|
| |
Notification of
changes to data occurring at database
|