Re: Using Oracle's Connect By clause in a DetachedCriteria

2010-07-23 Thread Markus Zywitza
No idea. Perhaps you should ask at NHibernate users or stackoverflow how to mix up Criteria and SQL queries. -Markus 2010/7/22 Mike lengt...@gmail.com: How can I use Oracle's Connect By clause in a detached criteria? I already have a working query using DetachedCriteria but now I need to add

Using Oracle's Connect By clause in a DetachedCriteria

2010-07-22 Thread Mike
How can I use Oracle's Connect By clause in a detached criteria? I already have a working query using DetachedCriteria but now I need to add the following sub query that utilizes the start with and connect by clause. Is there any way I can possibly do something like...