NHibernate Event when data loaded using CreateCriteria -


What happened when the data was loaded using CreateCriteria? I want to modify data behavior before returning CreateCriteria.

I'm not lucky to find a document about the event system. I have tried the IPostCollectionRecreateEventListener but I think that OnPostRecreateCollection has never been called.

Please give me a good document on this? Or is there any success on making it? Or what is the way to solve my problem?

I have used NHibernate 2.1.2 and Healthy NHibernate

Best Relationship

You should use the transformer for that purpose.

It's easy, you only need to IResultTransformer .


Comments