Hi,
I was learning Hibernate through this tutorial, but on Topic -36 -Hibernate Aggregate Functions, i am not sure how would the hbm file and the java class look like.I have put both Dealer and Product hibernate mapping in hbm file.I have also created POJO classes for Dealer & Product. But i am getting error - Could not find a getter for product in class roseindia.tutorial.hibernate.Dealer. Can you tell me how the hibernate mapping in hbm file would look like. Also tell me if the POJO classes would be just getters & setters or something else needs to be done. Thanks - Jay
Hibernate Join QueryParamesh November 30, 2011 at 10:25 AM
Its for just kids.
Assistance in Hibernate join hbm.xml filejay singh February 29, 2012 at 4:54 PM
Hi, I was learning Hibernate through this tutorial, but on Topic -36 -Hibernate Aggregate Functions, i am not sure how would the hbm file and the java class look like.I have put both Dealer and Product hibernate mapping in hbm file.I have also created POJO classes for Dealer & Product. But i am getting error - Could not find a getter for product in class roseindia.tutorial.hibernate.Dealer. Can you tell me how the hibernate mapping in hbm file would look like. Also tell me if the POJO classes would be just getters & setters or something else needs to be done. Thanks - Jay
Post your Comment