Right now Objectify4 has @Entity and @EntitySubclass annotations. If
you have a polymorphic entity, the root has the same annotation as a
non-polymorphic hierarchy. Unfortunately Objectify really needs to be
able to distinguish between these two cases... so @Entity will
probably be split into @Entity and @EntityBase. This would allow
@EntityBase to be abstract while @Entity cannot be... but more
importantly, it allows us to distinguish when you put conditional
@Load statements on polymorphic entities and throw an immediate error
message at registration time.
Jeff
Jeff
2012/3/19 Ronoaldo José de Lana Pereira <rper...@beneficiofacil.com.br>:
I'm sorry... I don't quite understand what you are asking :-(Jeff
2012/3/19 Ronoaldo José de Lana Pereira: