If we are to map our db schema to java layer , should it be a hierarchy of domain objects or association between domain object.
Asked
Active
Viewed 53 times
1 Answers
1
Do it like Hibernate or TopLink or other ORM solutions.
Better yet, just use those.

duffymo
- 305,152
- 44
- 369
- 561
-
Let me find out how hibernate or top link does it !! – Krithika Vittal Sep 25 '13 at 14:34
-
Good idea. Don't reinvent the wheel, unless your purpose is to learn how to make wheels: http://www.joelonsoftware.com/articles/fog0000000007.html – duffymo Sep 25 '13 at 14:40