Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

  • Repository

Index

Constructors

constructor

Properties

Protected stream

stream: Stream<ID>

Accessors

http

Methods

all

create

  • create(attributes: any): Promise<IEntry<ID>>

delete

  • delete(entry: any): Promise<boolean>

find

  • find(id: string | number): Promise<IEntry<ID>>

findAll

findAllWhere

  • findAllWhere(field: string, value: any): Promise<EntryCollection<string | number>>

findBy

  • findBy(field: string, value: any): Promise<IEntry<ID>>

newCriteria

newInstance

  • newInstance(attributes: any): IEntry<ID>

save

  • save(entry: Entry<string | number>): Promise<boolean>

truncate