EmbeddableOptions <Owner>
Index
Properties
optionalabstract
optionalconstructorParams
optionaldiscriminator
For polymorphic embeddables. Property name on the embeddable class that stores the discriminator value.
optionaldiscriminatorColumn
For polymorphic embeddables. Override the discriminator column name (the property is named via discriminator; defaults to the naming-strategy-derived column).
Specify constructor parameters to be used in
em.createor whenforceConstructoris enabled. Those should be names of declared entity properties in the same order as your constructor uses them. The ORM tries to infer those automatically, use this option in case the inference fails.