Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "decorator/columns/Column"

Index

Functions

Functions

Column

  • 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.

    Returns Function

  • 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.

    Parameters

    Returns Function

  • 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.

    Parameters

    Returns Function

  • 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.

    Parameters

    Returns Function

  • 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.

    Parameters

    Returns Function

  • 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.

    Parameters

    Returns Function

  • 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.

    Parameters

    Returns Function

  • 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.

    Parameters

    Returns Function

  • 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.

    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.

    Parameters

    • type: function
        • (type?: any): Function
        • Parameters

          • Optional type: any

          Returns Function

    • Optional options: ColumnEmbeddedOptions

    Returns Function

Generated using TypeDoc