1. Avoid having a huge collection of ids by calling a DAO.getAll() stackoverflow.comInstead of returning a |
2. how to test persisting entity with not nullable collection stackoverflow.comI'm learning how to write test cases and I've encounter a problem. I have a persistence unit with entityA that has not empty collection of Bs. The application workflow ensures that ... |
3. How do you represent collections of Hibernate objects in a single POJO? stackoverflow.comConsider the following Hibernate mappings:
|
4. Please help with one-to-many DAO collection error forum.hibernate.orgPlease help ! Hibernate Version: 2.1.6 Trying to get going with Spring and Hibernate using DAOs and having a heck of a time. Please help me figure this out. One project has many project Logs... But as you'll see below, the collection is giving me problems. Here are my mapping files that describe the relationship.. ---------Project.hbm.xml contains: |