[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-6366) Add integer value to uniquely identify Table and InLineView objects for column aliases

Gail Badner (JIRA) noreply at atlassian.com
Fri Jul 1 17:32:53 EDT 2011


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

Gail Badner resolved HHH-6366.
------------------------------

    Resolution: Fixed

> Add integer value to uniquely identify Table and InLineView objects for column aliases
> --------------------------------------------------------------------------------------
>
>                 Key: HHH-6366
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6366
>             Project: Hibernate Core
>          Issue Type: Sub-task
>          Components: metamodel
>            Reporter: Gail Badner
>            Assignee: Gail Badner
>             Fix For: 4.0.0.next
>
>
> My plan to uniquely identify Table and InLineView is to simply add an AtomicInteger counter to: 
> org.hibernate.metamodel.relational.AbstractTableSpecification  
> After setting this identifier in a newly constructed object, the constructor will increment the counter.
> Column and DerivedValue are uniquely identified within a table (or InLineView) by its position.
> Code will also be added to generate column aliases

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