1. Hibernate/NHibernate - best strategy for mapping rich object models & collections of components vs collections of entity references stackoverflow.comI 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.comI 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 ... |
3. Referencing component property in property-ref element forum.hibernate.org |
4. "Found shared references to a collection" with components forum.hibernate.orgThis 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, ... |