Options
All
  • Public
  • Public/Protected
  • All
Menu

This metadata contains all information about entity's listeners.

Hierarchy

  • EntityListenerMetadata

Index

Constructors

constructor

Properties

Optional embeddedMetadata

embeddedMetadata: EmbeddedMetadata

Embedded metadata of the listener, in the case if listener is in embedded.

entityMetadata

entityMetadata: EntityMetadata

Entity metadata of the listener.

propertyName

propertyName: string

Target's property name to which this metadata is applied.

target

target: Function | string

Target class to which metadata is applied. This can be different then entityMetadata.target in the case if listener is in the embedded.

type

The type of the listener.

Methods

Protected callEntityEmbeddedMethod

  • callEntityEmbeddedMethod(entity: ObjectLiteral, propertyPaths: string[]): void

execute

isAllowed

Generated using TypeDoc