This issue can't be edited
Because it belongs to an archived project. Jira admins can restore projects from the archive.
Support nested embedded collections for MongoDB
Description
Environment
None
Activity
Show:

HarshaRMay 11, 2017 at 6:08 AM
Is there a way to define JSON as a supported entity, such that an user-provided converter can translate the data to a JSON structure and that gets stored directly in the DB?
Details
Assignee
UnassignedUnassignedReporter
Davide D'AltoDavide D'AltoParticipants
Davide D'Alto
HarshaRComponents
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Participants

Components
Priority
Created March 8, 2016 at 10:26 AM
Updated May 11, 2017 at 6:08 AM
Ideally, we should support this for document stores in general.
Sometimes users need to map this kind of document:
Basically, it's the mapping of collection of embeddables with another collection of embeddables.
The problem is that this mapping is not supported by JPA or Hibernate, we need to find an alternative.
Maybe a user could use entities instead of embeddables with some additional OGM specific annotation or properties.