Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableMetadata

Stores metadata about Table-decorated classes.

Hierarchy

  • TableMetadata

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Entity

Entity: TableType

The constructor for the @Table-decorated class.

name

name: string

The name of the database table.

Optional schema

schema: string

The database schema, if any.

Methods

getFQName

  • getFQName(): string

produceEntity

  • produceEntity(): any

Generated using TypeDoc