API 参考
    正在准备搜索索引...
    • This decorator is used to mark classes that will be an entity (table or document depend on database type). Database schema will be created for all classes decorated with it, and Repository can be retrieved and used for it.

      参数

      返回 ClassDecorator

    • This decorator is used to mark classes that will be an entity (table or document depend on database type). Database schema will be created for all classes decorated with it, and Repository can be retrieved and used for it.

      参数

      返回 ClassDecorator