[jboss-user] [EJB 3.0] - Re: optional=true

monkeyden do-not-reply at jboss.com
Wed Oct 4 18:29:19 EDT 2006


I'm sure there is some nuance I'm missing here.  Should changing it to the following prevent the error?  It doesn't appear to be working.


@OneToOne(optional=true, fetch=FetchType.EAGER)
@JoinColumn(name="USER_KEY", unique=true, updatable=false, insertable=false)

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

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



More information about the jboss-user mailing list