google-code-export / objectify-appengine

Automatically exported from code.google.com/p/objectify-appengine
MIT License
1 stars 0 forks source link

Polymorphism for Embedded classes #142

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. We find the polymorphism through @Entity/@SubClass very powerful for 
purposes of customization of object model for specific customer installations.  
However, it does not support the @Embedded classes, and having new @Embedded 
class in the SubClass with the same variable name, it complains and does not 
register.
What is the solution to overcome this currently?  

Do you have plans to support it for the embedded classes as well?

2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by pram...@gmail.com on 28 Dec 2012 at 3:23

GoogleCodeExporter commented 9 years ago
Polymorphism will be supported in the upcoming EmbeddedEntity feature, but 
probably not for @Embed (which works differently).  This comment will make more 
sense when EmbeddedEntity is working and documented.  Until then I'll leave 
this feature request open.

Original comment by lhori...@gmail.com on 14 Jan 2013 at 4:41

GoogleCodeExporter commented 9 years ago
Embedded polymorphic classes work in Objectify v5.

Original comment by lhori...@gmail.com on 14 Apr 2014 at 12:45