[hibernate-issues] [Hibernate-JIRA] Created: (OGM-11) Implement support for denormalization of associations

Emmanuel Bernard (JIRA) noreply at atlassian.com
Wed Mar 30 04:20:08 EDT 2011


Implement support for denormalization of associations
-----------------------------------------------------

                 Key: OGM-11
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/OGM-11
             Project: Hibernate OGM
          Issue Type: New Feature
          Components: core
            Reporter: Emmanuel Bernard


We can keep the association value on the main entity atomic map, that will reduce the amount of roundtrip necessary to load a graph.
The Loader and Persister will need to be adapted in consequence.

Likewise we could do it for Collections but that's more work and would require nested atomicmaps at the ISPN level.

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