How to write complex queries in hibernate? I mean sql queries like inner join or so. If i want to access datas from two tables what do i need to do?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Regarding how to configure hibernate in order to access MySql, check this example
I dint understand the part where you said “using web services“.
You want to do some operations using hibernate, via web services ? If yes, write a method which does the operations on hibernate and simply expose that method.