[hibernate-issues] [Hibernate-JIRA] Created: (OGM-173) Only load the necessary properties from MongoDB

Emmanuel Bernard (JIRA) noreply at atlassian.com
Wed May 9 09:07:09 EDT 2012


Only load the necessary properties from MongoDB
-----------------------------------------------

                 Key: OGM-173
                 URL: https://hibernate.onjira.com/browse/OGM-173
             Project: Hibernate OGM
          Issue Type: Improvement
          Components: datastore
            Reporter: Emmanuel Bernard


Today we load the whole MongoDB document. It can contain the association information wich might not be useful (lazy collections) and it can contain properties used by other apps but not mapped by Hibernate OGM.
It would be better to explicitly select the list of properties we are interested in.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list