Error!
Success!

Using Common Table Expressions for hierarchical data in NHibernate

0
kicks

Using Common Table Expressions for hierarchical data in NHibernate  (Unpublished)

NHibernate has no support for hierarchical queries. To get all descendents of a tree node, we have to do a recursive N+1 query. But by using Common Table Expressions (CTE) we can solve this very elegantly.


Kicked By:
Drop Kicked By: