[jboss-user] [JBoss Seam] - Hibernate Tools ManyToOne

chl-cert do-not-reply at jboss.com
Wed Nov 15 03:36:26 EST 2006


HI,
I havew the following
In the user class:
	@ManyToOne(cascade = {}, fetch = FetchType.EAGER)
	@JoinColumn(name = "defaultLabel_id", unique = false, nullable = false, insertable = true, updatable = true)
	public Label getDefaultLabel() {
		return this.defaultLabel;
	}

An the hibernate Tool CRUD generator meany that label should also have a list of Users.

???
Can anyone help me.
Chris

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

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



More information about the jboss-user mailing list