Reference « Component « JPA Q&A





1. Hibernate/NHibernate - best strategy for mapping rich object models & collections of components vs collections of entity references    stackoverflow.com

I have a fairly rich data model I need to map, the structure is something like the following. The is base class which has a number of variations which inherit from ...

2. Hibernate Component needing to reference another object    stackoverflow.com

I am working on a system which has an existing data model which will not be easy to change. Lots of reports are written against it in other tools. We all ...

4. "Found shared references to a collection" with components    forum.hibernate.org

This situation is easy to work around but I'm curious if this is a bug, or if someone knows why this behaves this way. I have a complicated component structure, because I'm using JAXB created entities, and want to minimize modifications to generated code. The structure that got me into trouble was Component root contains Component A under two different properties, ...