Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "decorator/columns/PrimaryColumn"

Index

Functions

Functions

PrimaryColumn

  • 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. Primary columns also creates a PRIMARY KEY for this column in a db.

    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. Primary columns also creates a PRIMARY KEY for this column in a db.

    Parameters

    Returns Function

Generated using TypeDoc