[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-6366?page=c...
]
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.
Code will also be added to generate column aliases
was:
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 for
column aliases (was: Add integer value to uniquely identify Table and InLineView
objects)
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira