Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Excerpt
hiddentrue

Embeddable samples

Embeddable classes

An entity may use other fine-grained classes to represent entity state. Instances of these classes, unlike
entity instances, do not have persistent identity of their own. Instead, they exist only as part of the state
of the entity to which they belong.

In short, an embeddable is ...

Examples

\< IMAGE \\\>

Table of Contents
minLevel2
indent20px
styledisc

Collections of Embeddables

In the code snippet below, there is a User2 Entity which has a collection of ordered Embedded address.

...