domain object « Table « JPA Q&A





1. Composition of 2 tables in one domain object    forum.hibernate.org

2. Forward Engineering domain objects to tables    forum.hibernate.org

Hi, We are creating an application from scratch and wanted to do pure object modelling. We are already in the process of defining our system in objects and was wondering if there are tools that will forward engineer domain objects to database tables? We are using the non-annotation and non-JPA implementation of hibernate. Proposal is to keep all mappings externally in ...