gravattm opened a new issue, #14411: URL: https://github.com/apache/grails-core/issues/14411
Please allow the ability to use OO Inheritance in Grails domain classes that produce individual Collections in MongoDB per Child Class. -------- Example Current: BaseClass -> property1, property2 SubClass -> property3, property4 Expression in MongoDB is: BaseClass Collection -> class:SubClass, property1, property2, property3(nullable: true), property4(nullable: true) -------- Preferred Expression In MongoDB: SubClass Collection -> property1, property2, property3, property4 ** This allows us to use OO in Grails domain classes without repercussions in the persistent tier, among other benefits. THANK YOU for the plugin and for your consideration. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
