Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EntityContext

example
class YourContext extends EntityContext {
}

const ctx = new YourContext()

Hierarchy

  • EntityContext

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Private Optional _configuration

_configuration: EntityConfiguration

Accessors

configuration

metadata

Methods

clean

  • clean(): this

saveChanges

  • saveChanges<T>(): Promise<T[]>

Generated using TypeDoc