Hi, Is there specific annotation to tell hibernate to use "LEFT JOIN" relation ? I've tried @JoinColumn(name = "OtherId", nullable=true) but does not work and keep giving "object references an unsaved transient instance - save the transient instance before flushing" error when I tried to save object with null "OtherId".
Thanks, -- Ernas M. Jamil --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
