If @Column is given for the prop of an embeddable, that property is stored in the embedding document, i.e. the role of the embeddable is not prefixed. This can be worked around by using dot syntax in @Column, e.g. "outer.columnName".
This should be added to the docs somewhere for the document stores as the renaming should typically not affect the nesting structure as it does if not using dot syntax.
|