Class SoftDeletePlugin

Hierarchy

  • SoftDeletePlugin

Implements

Constructors

Properties

listeners: Map<ReflectionClass<any>, {
    queryDelete: EventDispatcherUnsubscribe;
    queryFetch: EventDispatcherUnsubscribe;
    queryPatch: EventDispatcherUnsubscribe;
    uowDelete: EventDispatcherUnsubscribe;
}> = ...

Methods

  • Type Parameters

    • T extends SoftDeleteEntity

    Parameters

    • Rest ...classSchemaOrTypes: (ReflectionClass<T> | ClassType<T>)[]

    Returns void

  • Type Parameters

    • T extends SoftDeleteEntity

    Parameters

    • classSchemaOrType: ReflectionClass<T> | ClassType<T>

    Returns void

Generated using TypeDoc