NHibernate BusinessRules
Posted
by mr0zek
on Stack Overflow
See other posts from Stack Overflow
or by mr0zek
Published on 2010-05-13T05:57:16Z
Indexed on
2010/05/13
6:04 UTC
Read the original article
Hit count: 115
I need implement business using nhibernate ORM I have two entites
Project (Id,Name,Effort)
Task (Id,Name,Effort)
I need update Effort in Project when Effort in Task changes. How to do it ? I have planed to use event system build in nhibernate but still don't know how to access to Project entity within Task Event
© Stack Overflow or respective owner