First: what zespl_xml_config is? Is it an inner class?
I don't understand why the class is defined like that HibernateUtil.zespl_xml_config
Second: check this fields
Name: java notation
country_cd -> countryCd
Dtd_type -> dtdType
Dtd_version-> dtdVersion
Dtd_FileName-> dtdFileName
This notations are very important,they are standardization.
Hibernate uses reflection to access and sets the values of your fields
you should use this standardization to the names of the fields, so when you run hibernate maybe you don't find exceptions an errors when hibernate tries to set the names of the fields
