Are Get/Update/Insert/Delete all built in functions that work out of the box without having to write any HQL?
I guess it gets this information from the mappings XML files?
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.
Yes. These are primitive operations provided by ISession. HQL is only needed for complex queries.