-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: How to perform join on Two tables using ICriteria
PostPosted: Fri Jun 18, 2010 2:27 am 
Newbie

Joined: Mon Jun 14, 2010 8:48 am
Posts: 2
I am newbie in Nhibernate, I have a following SQL query

SELECT CR.CLIENT_REFERRAL_ID, CR.REFERRAL_RAISED_DATE,
CM.CLIENT_NAME, CM.CLIENT_REFERENCE_ID
FROM dbo.DMP_TBL_CLIENT_REFERRAL CR
INNER JOIN dbo.DMP_TBL_CLIENT_MASTER CM
ON CR.CLIENT_REFERENCE_ID = CM.CLIENT_REFERENCE_ID
WHERE CR.IS_RESOLVED = 'FALSE'


what will be its corrosponding ICriteria query ?
Any Reply, Thanks in Advance


Top
 Profile  
 
 Post subject: Re: How to perform join on Two tables using ICriteria
PostPosted: Sat Jun 26, 2010 4:53 am 
Newbie

Joined: Mon Jun 14, 2010 8:48 am
Posts: 2
Please answer,

I was expecting answer from this forum but there is no reply from anybody.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.