[jboss-user] [EJB 3.0] - Re: One to many relation issues

jeremygibson do-not-reply at jboss.com
Wed Dec 20 20:35:33 EST 2006


Fixed it. needed to make the following switch


  |          @OneToMany
  |          private Collection<Person> children;
  |                 ...
  | 	public Collection<Person> getChildren() {
  | 		return children;
  | 	}
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995487#3995487

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995487



More information about the jboss-user mailing list