[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-1337) Mapped <component> generated column names incorrect with ImprovedNamingStrategy

Steve Ebersole (JIRA) noreply at atlassian.com
Mon Mar 21 13:00:31 EDT 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Ebersole closed HHH-1337.
-------------------------------


Closing stale resolved issues

> Mapped <component> generated column names incorrect with ImprovedNamingStrategy
> -------------------------------------------------------------------------------
>
>                 Key: HHH-1337
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1337
>             Project: Hibernate Core
>          Issue Type: Bug
>    Affects Versions: 3.1
>         Environment: Hibernate 3.1 with MySQL 4.0.21
>            Reporter: Jeremy Stone
>            Assignee: Emmanuel Bernard
>             Fix For: 3.1.1
>
>
> ImprovedNamingStrategy returns incorrect column name for properties of components...
> e.g.
> 				
> <component name="component" class="com.cyclone.netprefect.SomeEntity">
>    <property name="field"/>  
>    ...
> </component>
> gives a column name of  'component_field' rather than 'field' (as per Hibernate 3.0 behaviour).
> (See http://article.gmane.org/gmane.comp.java.hibernate.devel/6877)

-- 
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