Hi
I've been fighting my way into NHibernate,, with some sucess but at the moment I feel stuck.
I've been using this excelent article as an template for my application (
http://www.theserverside.net/tt/article ... NHibernate).
I feel stuck with two problems:
1)
I need to know "which database user" that added a new professor to a department, so the DepartmentProfessor table needs some extra information (CreatedBy, CreatedDate,).
How shall I implement this ???
2)
I would like to prefer to use List instead of Set. How do I do that??
All my attempts to use List has ended up in a "mess",, :)
(A nights sleep should probably help,,)
//anyone to my help ;)
//regards
//lasse