[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-4077) Misuse of NamingStrategy and logical column names in HbmBinder

Emmanuel Bernard (JIRA) noreply at atlassian.com
Mon Aug 10 10:55:13 EDT 2009


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=33738#action_33738 ] 

Emmanuel Bernard commented on HHH-4077:
---------------------------------------

logicalColumnName is the name by which a column should be referred in metadata descriptors (like unique constraints, indexes etc). I don't think a user needs to use the logical mapping in HBM files (the metadata structure don't require it contrary to annotations).
Anyway, the logical name should never appear in a physical column name, so HbmBinder #fail.

I will attach a patch

> Misuse of NamingStrategy and logical column names in HbmBinder
> --------------------------------------------------------------
>
>                 Key: HHH-4077
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4077
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: metamodel
>    Affects Versions: 3.3.2
>            Reporter: Emmanuel Bernard
>            Assignee: Emmanuel Bernard
>             Fix For: 3.5
>
>


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