Thanks for the reply.
I only found the following blog post that explains the <any>
association in any detail.
http://ayende.com/Blog/archive/2009/04/21/nhibernate-mapping-ltanygt.aspx
It looks like <any> association does not support using queries.
Basically the RequestNumber is comprised of 2 parts.
1. RequestType
2. Request count with RequestType in 1.
I suspect I will have to map the RequestNumber as a property and then
assign the value by running the query seperately.
What I am worried about is if there are 2 requests at about the same
time then the RequestNumber will no longer be unique.
Thanks
joe
On Apr 29, 12:43 am, Fabio Maulo <
fabioma...@gmail.com> wrote:
> <any>
>
> 2009/4/27 joe <
jmcdonald...@gmail.com>