Skip to content

Embeddable Annotation

Sai Pullabhotla edited this page Oct 2, 2017 · 2 revisions

Specifies a class whose instances are stored as an intrinsic part of an owning entity and share the identity of the entity. Each of the persistent properties or fields of the embedded object are mapped to the owning entity in the Cloud Datastore. An Embeddable can contain other properties (with or without Property annotation) and/or other Embedded objects.

Clone this wiki locally