API 参考
    正在准备搜索索引...

    Utilities to work with FindOptions.

    索引

    构造函数

    方法

    • Adds joins for all relations and sub-relations of the given relations provided in the find options.

      参数

      返回 void

    • Checks if given object is really instance of FindOptions interface.

      参数

      • object: any

      返回 undefined | string

    • Checks if given object is really instance of FindManyOptions interface.

      类型参数

      • Entity = any

      参数

      • obj: any

      返回 obj is FindManyOptions<Entity>

    • Checks if given object is really instance of FindOneOptions interface.

      类型参数

      • Entity = any

      参数

      • obj: any

      返回 obj is FindOneOptions<Entity>

    • 参数

      返回 void