relationship « Binding « Spring Q&A





1. binding many-to-many relationships    forum.springsource.org

binding many-to-many relationships I hope I chose a good title for this. I have a Hibernate backed many-to-many relationship using a join table. Code: @ManyToMany( targetEntity=package.path.CausesOfDisc.class, cascade={CascadeType.MERGE} ) @JoinTable( table=@Table(name="investigation_causes_of_disc"), joinColumns={@JoinColumn(name="investigation_id")}, ...

2. Help- How to bind one-to-many relationship objects?    forum.springsource.org

Jan 24th, 2007, 09:16 AM #1 crajjubhai View Profile View Forum Posts Private Message Junior Member Join Date Jan 2007 Posts 1 Help- How to bind one-to-many relationship objects? I am ...