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

Max Rydahl Andersen (JIRA) noreply at atlassian.com
Tue Sep 26 04:12:25 EDT 2006


    [ http://opensource.atlassian.com/projects/hibernate/browse/HBX-768?page=comments#action_24622 ] 

Max Rydahl Andersen commented on HBX-768:
-----------------------------------------

it is not the same problem as HBX-102. since HBX-102 were for the general case and yours is because
you have names that are single character long ...and camelcasing thoses gives a big letter.

Just like:   HERE_IS_A_VARIABLE would be hereIsAVariable




> 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