[hibernate-issues] [Hibernate-JIRA] Created: (OGM-72) Think about the need to embed column names in keys

Emmanuel Bernard (JIRA) noreply at atlassian.com
Thu Jun 16 03:12:25 EDT 2011


Think about the need to embed column names in keys
--------------------------------------------------

                 Key: OGM-72
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/OGM-72
             Project: Hibernate OGM
          Issue Type: Task
          Components: core
            Reporter: Emmanuel Bernard
            Assignee: Emmanuel Bernard


Today keys embed table names and both column names and column values.
this of course is not strictly needed, we could exclude column values, but is that a good or a bad thing?

An alternative could be to not embed primary key columns in the tuple. That would also achieve the required compactness but it may make the implementation more complex. Maybe the expected Tuple object could hide this complexity.

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