Skip to main content
Version: 6.4

InitCollectionOptions <T, P, F, E>

Hierarchy

Index

Properties

optionalinheritedconnectionType

connectionType?: ConnectionType

optionalinheritedconvertCustomTypes

convertCustomTypes?: boolean

optionaldataloader

dataloader?: boolean

optionalinheritedexclude

exclude?: readonly EntityField<T, E>[]

optionalinheritedfields

fields?: readonly EntityField<T, F>[]

optionalinheritedfilters

filters?: boolean | string[] | Dictionary<boolean | Dictionary>

optionalinheritedignoreLazyScalarProperties

ignoreLazyScalarProperties?: boolean

optionalinheritedlockMode

lockMode?: NONE | PESSIMISTIC_READ | PESSIMISTIC_WRITE | PESSIMISTIC_PARTIAL_WRITE | PESSIMISTIC_WRITE_OR_FAIL | PESSIMISTIC_PARTIAL_READ | PESSIMISTIC_READ_OR_FAIL

optionalinheritedlogging

logging?: LoggingOptions

optionalinheritedlookup

lookup?: boolean

optionalinheritedorderBy

orderBy?: QueryOrderMap<T> | QueryOrderMap<T>[]

optionalpopulate

populate?: Populate<T, P>

optionalinheritedpopulateWhere

populateWhere?: PopulateHint | infer | all

optionalref

ref?: boolean

optionalinheritedrefresh

refresh?: boolean

optionalinheritedschema

schema?: string

optionalinheritedstrategy

strategy?: LoadStrategy

optionalinheritedvalidate

validate?: boolean

optionalinheritedwhere

where?: FilterQuery<T>