|
Ok, this should have been fixed in the course of
OGM-251
which has been merged into master just recently. Could you try Hibernate OGM 4.1.0-SNAPSHOT and report back whether this solves the issue for you (the snapshot is deployed to the JBoss Maven repo regularly, depending on your setting you might have to configure this repo in your _settings.xml)?
As a temporary workaround, you might a) set explicit field names via @Column on the property getters, or b) you map this as an assocation to a separate entity Product instead of an embedded element collection.
|