nhibernate intercept select query

Posted by mjmcloug on Stack Overflow See other posts from Stack Overflow or by mjmcloug
Published on 2010-05-14T14:53:01Z Indexed on 2010/05/14 14:54 UTC
Read the original article Hit count: 238

Hey,

I'm looking at the nhibernate interceptor. It seems to be able to intercept save, update and delete queries but is there anyway I can intercept a select query.

The problem I have is that I automatically want to append some additional sql filters to the executing sql statement in certain cases.

Any thoughts

Thanks Mat

© Stack Overflow or respective owner

Related posts about nhibernate

Related posts about interceptor