Issue Type: Bug Bug
Assignee: Unassigned
Created: 06/Jul/12 4:15 AM
Description:

Typically we should be able to transfer the following metadata to the MongoDB driver

@Entity
public class User {
    @ManyToMany
    @EmbeddedInDocument
    public Set<Address> addresses;
}

The facility should be extensible to make sure a driver can add any necessary custom metadata.
A programmatic mapping API would be useful too.

Project: Hibernate OGM
Priority: Critical Critical
Reporter: Emmanuel Bernard
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira