[
http://opensource.atlassian.com/projects/hibernate/browse/HBX-768?page=co...
]
Mariana Alonso commented on HBX-768:
------------------------------------
Hi Max, I think it is a similar problem, but HBX-102 is already fixed. Although I'm
experiencing this problem with beta7 version and the camelcaseing problem is mainly on the
first character: a Java property name can not start with an uppercase letter.
Property name starting with uppercase
-------------------------------------
Key: HBX-768
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HBX-768
Project: Hibernate Tools
Type: Bug
Components: hbm2java
Versions: 3.2beta7
Environment: Windows XP, Eclipse 3.2.0, Ant 1.6.5, Oracle 9i r2
Reporter: Mariana Alonso
I'm reverse engineering a large database without problems, but one table contains the
following columns:
C_PREFERED_GUARANTEE_A
C_PREFERED_GUARANTEE_B
C_NO_PREFERED_GUARANTEE
These ones are translated to this Java properties:
private Double CPreferedGuaranteeA;
private Double CPreferedGuaranteeB;
private Double CNoPreferedGuarantee;
I've read that this problem, I suspect it is the same one, has been solved in
HBX-102, but I'm facing it with version 3.2 beta7.
Thanks a lot!
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira