Hi,
I am trying following hibernate example from link
http://www.vaannila.com/hibernate/hibernate-example/hibernate-mapping-many-to-one-using-annotations-1.html.
It is giving error as given below
My code looks like
Main.java file looks like this
Address.java looks like
student.java looks like
hibernmate.cfg file looks like
How can i resolve this issue. Any ideas, suggestions, resources, links highly appreciated. Thanks in advance