1. Persisting pojo with collection attribute using Hibernate coderanch.comHi, I'm having difficulties understanding how to persist a bean/pojo/class with a collection holding another pojo. How should I go about solving the following example: I have these two entities: @Entity @Table(name="authors") public class Author { private Integer id; private String name; private List |
2. pojo manipulation impacted by -access- mapping attribute? forum.hibernate.org |
3. non persistent attribute in POJO forum.hibernate.orgHi Thanks for replying. Well, I can define a non-persistent field in POJO, however I am using Middlegen to create POJO at build time. Once I define that non-persistent field in POJO, I need to move it into what we call a passive generation area and I will lose active generation of POJO each time I do a build. So, I ... |
4. mapping pojo type safe enum attributes on the same table forum.hibernate.org |