Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

  • Column(): Function
  • Column(type: VectorFieldDatatype): Function
  • Column(options: ColumnOptions): 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.

    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

    • options: ColumnOptions

    Returns Function

  • NgwResource(options: NgwResourceOptions): Function
  • getMetadataArgsStorage(): MetadataArgsStorage

Generated using TypeDoc