EmbeddableOptions <Owner>
Index
Properties
optionalabstract
optionalconstructorParams
optionaldiscriminator
For polymorphic embeddables. Specify the property name that stores the discriminator value. Alias for discriminatorColumn.
optionaldiscriminatorColumn
For polymorphic embeddables.
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.