Skip to main content
Module

x/typeorm/src/decorator/listeners/EventSubscriber.ts

Forked from https://github.com/typeorm/typeorm
Latest
import * as typeorm from "https://deno.land/x/typeorm@v0.2.23-rc10/src/decorator/listeners/EventSubscriber.ts";

Functions

Classes decorated with this decorator will listen to ORM events and their methods will be triggered when event occurs. Those classes must implement EventSubscriberInterface interface.