jkuehn / gorm-mongodb

Grails GORM implementation for the MongoDB document oriented database
http://www.grails.org/plugin/mongodb-morphia
Apache License 2.0
21 stars 14 forks source link

GRAILSPLUGINS-2895 fix for nested inheritance #2

Closed alexduan closed 13 years ago

alexduan commented 13 years ago

Instead of just looking at the direct superclass, we should loop through the superclasses until an id is found. Figured it would be easier to just fix it than go back through JIRA.

jkuehn commented 13 years ago

Thank you very much! This definitely makes more sense. 0.6.2 is on the way