That looks feasible, I'll have a go later.
On Mon, Dec 15, 2008 at 6:01 AM, Chris Constantin <[email protected]>wrote:
>
> Is it possible to replace:
> Id(x => x.Id)
> .GeneratedBy.Foreign("User");
> with
> Id(x => x.Id)
> .GeneratedBy.Foreign(x => x.User);
> ?
>
> It would be refactoring friendly.
>
> Thanks,
> Chris
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Fluent NHibernate" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/fluent-nhibernate?hl=en
-~----------~----~----~----~------~----~------~--~---