Hibernate version: 2.1.6
Name and version of the database you are using: MySQL 4.1.7
Hi!
In my .hbm.xml-File I have this property:
<property type="int" name="test" column="TEST" access="field"/>
Reading datas from columns containing a value works very good. But always when the value is null, I get an Exception:
net.sf.hibernate.PropertyAccessException: could not set a field value by reflection setter of Test.test
To the database I just have read-only access. So what can I do to get rid of this exception?
Sincerely,
Ruediger[/i]
|