API 参考
    正在准备搜索索引...
    • This decorator is used to mark classes that will be an entity view. Database schema will be created for all classes decorated with it, and Repository can be retrieved and used for it.

      参数

      • 可选options: ViewEntityOptions

      返回 ClassDecorator

    • This decorator is used to mark classes that will be an entity view. Database schema will be created for all classes decorated with it, and Repository can be retrieved and used for it.

      参数

      • 可选name: string
      • 可选options: ViewEntityOptions

      返回 ClassDecorator