Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBaseRepository<T>

Type parameters

  • T

Hierarchy

  • IBaseRepository

Index

Properties

collectionName

collectionName: string

db

db: Db

Methods

find

getById

getByIds

getDbCollection

  • getDbCollection(db: Db, collectionName: string): Collection<T & IEntityMinBase>

save

Generated using TypeDoc