Re: [appfuse-user] One-to-one Example

2007-07-20 Thread Doug Pham
fadhli, It can be any! I trying to work with the bidirectional at the moment. Thanks, Doug fadhli <[EMAIL PROTECTED]> wrote: Is it a bidirectional or a unidirectional one-to-one association? On 7/20/07, Doug Pham <[EMAIL PROTECTED] > wrote:Hi All, I am having a hard time writing a one-

Re: [appfuse-user] One-to-one Example

2007-07-20 Thread fadhli
Is it a bidirectional or a unidirectional one-to-one association? On 7/20/07, Doug Pham <[EMAIL PROTECTED]> wrote: Hi All, I am having a hard time writing a one-to-one annotation for two classes User and UserInfo. Every User will have a UserInfo where it have a foreign key from User. If y

[appfuse-user] One-to-one Example

2007-07-19 Thread Doug Pham
Hi All, I am having a hard time writing a one-to-one annotation for two classes User and UserInfo. Every User will have a UserInfo where it have a foreign key from User. If you have a working example of this and if possible, please share it with me. Thanks, Doug -