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

有帮助吗?

解决方案

Do it like Hibernate or TopLink or other ORM solutions.

Better yet, just use those.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top