Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SecondaryEntityManager<TEntity>

Type parameters

Hierarchy

  • SecondaryEntityManager

Implemented by

Index

Properties

model

model: Model<TEntity>

Model of the manager.

Methods

getById

  • getById(id: number | string): Promise<TEntity>

getByIds

  • getByIds(ids: number[] | string[]): Promise<TEntity[]>

getByIdsOrderedAsc

  • getByIdsOrderedAsc(ids: number[] | string[]): Promise<TEntity[]>

Generated using TypeDoc