Column decorator is used to mark a specific class property as a table column. Only properties decorated with this decorator will be persisted to the database when entity be saved.
Column decorator is used to mark a specific class property as a table column. Only properties decorated with this decorator will be persisted to the database when entity be saved.
可选options: ColumnCommonOptionsColumn decorator is used to mark a specific class property as a table column. Only properties decorated with this decorator will be persisted to the database when entity be saved.
可选options: ColumnCommonOptions & SpatialColumnOptionsColumn decorator is used to mark a specific class property as a table column. Only properties decorated with this decorator will be persisted to the database when entity be saved.
可选options: ColumnCommonOptions & ColumnWithLengthOptionsColumn decorator is used to mark a specific class property as a table column. Only properties decorated with this decorator will be persisted to the database when entity be saved.
可选options: ColumnCommonOptions & ColumnWithWidthOptionsColumn decorator is used to mark a specific class property as a table column. Only properties decorated with this decorator will be persisted to the database when entity be saved.
可选options: ColumnCommonOptions & ColumnNumericOptionsColumn decorator is used to mark a specific class property as a table column. Only properties decorated with this decorator will be persisted to the database when entity be saved.
可选options: ColumnCommonOptions & ColumnEnumOptionsColumn decorator is used to mark a specific class property as a table column. Only properties decorated with this decorator will be persisted to the database when entity be saved.
可选options: ColumnCommonOptions & ColumnEnumOptionsColumn decorator is used to mark a specific class property as a table column. Only properties decorated with this decorator will be persisted to the database when entity be saved.
可选options: ColumnCommonOptions & ColumnEnumOptionsColumn decorator is used to mark a specific class property as a table column. Only properties decorated with this decorator will be persisted to the database when entity be saved.
可选options: ColumnCommonOptions & ColumnHstoreOptionsColumn decorator is used to mark a specific class property as a table column. Only properties decorated with this decorator will be persisted to the database when entity be saved.
Property in entity can be marked as Embedded, and on persist all columns from the embedded are mapped to the single table of the entity where Embedded is used. And on hydration all columns which supposed to be in the embedded will be mapped to it from the single table.
可选options: ColumnEmbeddedOptions
Column decorator is used to mark a specific class property as a table column. Only properties decorated with this decorator will be persisted to the database when entity be saved.