Just map Job_JobPosting as an entity and project it as a many-to-many using
Linq-to-objects.
Example:
http://stackoverflow.com/questions/4011801/adding-audit-columns-to-a-fluent-nhibernate-many-to-many-junction-table/4014374#4014374

    Diego


On Thu, Oct 28, 2010 at 05:48, Thomas JASKULA <[email protected]>wrote:

>  Hello,
>
>
>
> I have a situation when I would like to enable auditing on association
> table. I mean in my relational model I have a association table
> “Job_JobPosting” between Job entity and JobPosting entity. I added some
> audit fields do the “Job_JobPosting” table. I have no that entity in my
> domain model. As far as I see, to enable auditing I have to create that
> entity in my model for this association even if I don’t need it in my model.
>
>
>
> Is there any workaround (except database triggers) etc.
>
>
>
> Thanks,
>
>
>
> Thomas
>
> --
> You received this message because you are subscribed to the Google Groups
> "nhusers" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<nhusers%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/nhusers?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" 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/nhusers?hl=en.

Reply via email to