You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does/will catatumbo support polymorphism, so that we can define a polymorphic hierarchy of related entity classes, and then load and query them without knowing the specific subtype?
@davidjoh0 - Currently Catatumbo does not support what Objectify does - store related entities as 'One Kind' in the Datastore.
Entities in Catatumbo can extend from a MappedSuperClass, but each concrete entity is mapped to its own Kind in the Datastore. Not sure if that works for you. I will mark this as an enhancement request.
Hi,
Does/will catatumbo support polymorphism, so that we can define a polymorphic hierarchy of related entity classes, and then load and query them without knowing the specific subtype?
Similar to objectify: https://github.com/objectify/objectify/wiki/Entities#polymorphism
Many thanks,
David
The text was updated successfully, but these errors were encountered: