Click here to Skip to main content
15,889,116 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
SQL
select i.*,s.firstname ,s.lastname from student_Inquiry i
inner join studentdetails s on
i.Student_InquiryDetail_sno != s.Student_InquiryDetail_sno




how to convert it into HQL


s.Student_InquiryDetail_sno (many to one )
i.Student_InquiryDetail_sno (one to many )

change it and give me login that will be more better instead of using any 3rd party convertor
Posted
Updated 1-Mar-13 9:57am
v2
Comments
[no name] 1-Mar-13 15:53pm    
http://www.tutorialspoint.com/hibernate/hibernate_query_language.htm

1 solution

 
Share this answer
 
v2
Comments
qasimidl 1-Mar-13 15:55pm    
Man
I want to convert it into HQL

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900