[hibernate-issues] [Hibernate-JIRA] Created: (OGM-169) configurable where/how associations are stored in MongoDB dialect

Alan (JIRA) noreply at atlassian.com
Thu May 3 07:34:48 EDT 2012


configurable where/how associations are stored in MongoDB dialect
-----------------------------------------------------------------

                 Key: OGM-169
                 URL: https://hibernate.onjira.com/browse/OGM-169
             Project: Hibernate OGM
          Issue Type: Improvement
          Components: datastore
    Affects Versions: mongodb
            Reporter: Alan
            Priority: Minor


Add a configuration property which will allow user to choose where associations are stored:

1) in a prefixed collection - eg. associations_Entity.
2) in a global collection.
3) in the same collection as the entity, in a separate document at the same level.

I've done this, patch will follow.

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