Hi Hibernate Experts,
Thanks for Reading. I have one Question. I saw one Criterial Query Like
String SQL_QUERY = "select sum(insurance.investementAmount),insurance.insuranceName "
+ "from Insurance insurance group by insurance.insuranceName";
Ok. In my point of view this Query is looking like Ordinary sql query.
1. My Question is , this Query is Ordinary Query or Hibernate Query?
2. If I change My Database, is there any need to change to the Criteria query?
(is Criterial query is common to all Databases?)
Thank You
_________________ A.Edward Durai
"The things which are impossible with men are possible with God."
|