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

Gail Badner (JIRA) noreply at atlassian.com
Mon Jun 27 16:56:53 EDT 2011


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

Gail Badner updated HHH-6366:
-----------------------------

    Description: 
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.
        Summary: Add integer value to uniquely identify Table and InLineView objects  (was: Add a unique table number for creating column aliases)

> Add integer value to uniquely identify Table and InLineView objects
> -------------------------------------------------------------------
>
>                 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.

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