1. Add (external) relationship (tagging) to existing Hibernate entities stackoverflow.comI need to add a new many-to-many relationship to an existing Hibernate entity. I do not want to touch the original Hibernate entity bean or its configuration. What I am adding is a ... |
2. JPA - Entity design problem stackoverflow.comI am developing a Java Desktop Application and using JPA for persistence. I have a problem mentioned below: I have two entities:
|
3. Need help for one to many relationship design stackoverflow.comI have an application form and a library of questions, one application form may contain one or more questions. When user selects a question from the library and adds the question ... |
4. How to implement a 3 Many-to-Many relationship with Hibernate? stackoverflow.comI'm not 100% sure this is only a Hibernate issue as this might be a more abstract decision but I'll give it a try. |
5. JPA multi-tier relationship stackoverflow.comI have a problem where I am stuck :(. I have to build a relationship of a relationship( strange !). For example, I have a relation where one entity A can ... |
6. Hibernate Criteria One-to-Many Relationship stackoverflow.comI have two entities: |
7. What table structure to use (hibernate) stackoverflow.comI hava two entities: PhisicalPerson (PP), JuredicalPerson (JP). And I want to create Phone object. JP has many phones and PP has many phones (one to many relation). So in Phone ... |