Joined: Tue Aug 14, 2007 10:36 am Posts: 1
|
Hibernate version:
3.2.3.ga
Hibernate Tools version:
3.2.0 beta 8, 3.1.0 beta 4
Problem description:
Code generation (hbm2pojo) produces an expected output if there are only <property> tags while grouping some of them into <properties> tag causes wrong generated pojos. There are only getters and setters generated for properties included in the <properties> tag - others are ignored. Moreover the pojo is not generated correctly - some other information is missing as well (e.g. information about super class) - so it seems that the whole pojo generation process goes wrong due to the <properties> tag.
Is there any way to change this behaviour (templates?) or do the Hibernate Tools not support <properties> at the moment?
Many thanks in advance!
jdos
|
|