[
http://opensource.atlassian.com/projects/hibernate/browse/HBX-768?page=co...
]
Max Rydahl Andersen commented on HBX-768:
-----------------------------------------
as i said they are *not* related (even though they might look like it)
HBX-102 is about camelcasing not really being applied.
yours is a case where camel casing is applied and result in a name you don't like
(java doesn't care)
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