[hibernate-issues] [Hibernate-JIRA] Created: (HBX-768) Property name starting with uppercase

Mariana Alonso (JIRA) noreply at atlassian.com
Mon Sep 25 16:32:24 EDT 2006


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.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira




More information about the hibernate-issues mailing list