Question

If we are to map our db schema to java layer , should it be a hierarchy of domain objects or association between domain object.

Was it helpful?

Solution

Do it like Hibernate or TopLink or other ORM solutions.

Better yet, just use those.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top