View Single Post
  #6 (permalink)  
Old 06-14-2007, 05:04 AM
Heather Heather is offline
Senior Member
 
Join Date: Jun 2007
Posts: 164
Heather is on a distinguished road
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
Reply With Quote