Embeddable

@Embeddable or @Embeddable() - mark class as entity which can only be embedded into other entities, and doesn't have separate columns. Columns for each of Embeddable entity properties will be placed into parent entity's table, where this embeddable entity is embedded

struct Embeddable {}

Members

Variables

dummy
bool dummy;
Undocumented in source.

Meta