Embeddable Classes
  • An entity may "embed" other objects
  • Embedded objects are not entities; they do not have identity
  • Fields are typically stored in-line (same table) in the database
Embeddable Class Example