Association « Schema « JPA Q&A





1. Using legacy schema, indices and one-one association    forum.hibernate.org

Hibernate version: 2.1.6 I am ramping up on a project that will be developed around an existing DB2 database. I have successfully (using middlegen) generated mapping files from DB2. These mapping files as incomplete in that they do not contain any information about associations. I understand this is to be expected and that either hand-editing or the middlegen GUI can be ...

2. associations accross schemas / one side only    forum.hibernate.org

Hi, My application associates LDAP type information (user id, last name, etc.) with application specific information (additional user information that is not stored in LDAP). I would like to have two modules and swap them based on a configuration flag. One module accesses LDAP directly and the other simulates LDAP by using a table. I would like to house my DB ...

3. Unable to map an 1-M association to an ideal-database schema    forum.hibernate.org

Newbie Joined: Wed Oct 19, 2005 10:06 am Posts: 6 Hibernate version: Hibernate 3.0.5 Consider a scenario as shown in below figure. Code: 0..1 0..n P---------------------X ^ ...