I have two table Student and Address.I am using hibernate 3 annotation for here.
package net.viralpatel.contact.form; import javax.pe
How does your address class look like? It seems from the error that your address object is not having an address_id field. Check your database if it contains an address_id.