Class MetadataArgsStorage
Properties
transactionEntityManagers
Methods
Protected filterByTarget
filterByTarget<T>( array: T [] , target: string | Function | ( string | Function ) [] ) : T []
Type parameters
Parameters
array: T []
target: string | Function | ( string | Function ) []
Returns T []
Protected filterByTargetAndWithoutDuplicateProperties
filterByTargetAndWithoutDuplicateProperties<T>( array: T [] , target: string | Function | ( string | Function ) [] ) : T []
Type parameters
Parameters
array: T []
target: string | Function | ( string | Function ) []
Returns T []
filterChecks
Parameters
target: Function | string
Parameters
target: ( string | Function ) []
filterColumns
Parameters
target: Function | string
Parameters
target: ( string | Function ) []
filterEmbeddeds
Parameters
target: Function | string
Parameters
target: ( string | Function ) []
filterIndices
Parameters
target: Function | string
Parameters
target: ( string | Function ) []
filterJoinColumns
Parameters
target: Function | string
propertyName: string
filterListeners
Parameters
target: Function | string
Parameters
target: ( string | Function ) []
filterNamingStrategies
Parameters
target: Function | string
Parameters
target: ( string | Function ) []
filterRelationCounts
Parameters
target: Function | string
Parameters
target: ( string | Function ) []
filterRelationIds
Parameters
target: Function | string
Parameters
target: ( string | Function ) []
filterRelations
Parameters
target: Function | string
Parameters
target: ( string | Function ) []
filterSingleTableChildren
Parameters
target: Function | string
filterSubscribers
Parameters
target: Function | string
Parameters
target: ( string | Function ) []
filterTables
Parameters
target: Function | string
Parameters
target: ( string | Function ) []
filterTransactionEntityManagers
Parameters
target: Function | string
propertyName: string
filterTransactionRepository
Parameters
target: Function | string
propertyName: string
filterUniques
Parameters
target: Function | string
Parameters
target: ( string | Function ) []
findDiscriminatorValue
Parameters
target: Function | string
findGenerated
Parameters
target: Function | string
propertyName: string
Parameters
target: ( string | Function ) []
propertyName: string
findInheritanceType
Parameters
target: Function | string
findJoinTable
Parameters
target: Function | string
propertyName: string
findTree
findTree( target: string | Function | ( string | Function ) [] ) : TreeMetadataArgs | undefined
Parameters
target: string | Function | ( string | Function ) []
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
Storage all metadatas args of all available types: tables, columns, subscribers, relations, etc. Each metadata args represents some specifications of what it represents. MetadataArgs used to create a real Metadata objects.