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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to