collection « HBM « JPA Q&A





2. Initialize collection many-to-many doesn't work in HBM 3.1b3    forum.hibernate.org

Author Message wilson Post subject: Initialize collection many-to-many doesn't work in HBM 3.1b3 Posted: Thu Oct 06, 2005 8:46 am Newbie Joined: Thu Oct 06, 2005 7:22 am Posts: 1 Location: Florianpolis - Brazil I have a PapelEntity class that has many-to-many relationship with the CompetenciaEntity. The problem can be seen in the method initialize collection is as initilized. ...

3. idbag Collection hbm2java    forum.hibernate.org

Newbie Joined: Thu Oct 26, 2006 1:34 pm Posts: 11 Hi, i am using hbm2java to generate my Java Files from my hmg.xml files. My code does it look like this: Code: ...

4. Hbm O-2-M returning empty collection...    forum.hibernate.org

Hibernate version: 3.2.3 The following two classes represent (or are supposed to) a parent-child relationship. Hibernate is loading records into the children's list but not correctly. There are 6 child records for select_id = 51 but over 145 entries are returned in the list - ALL but 6 of them (in the middle of the list) - NULL entries! I'm having ...