EntityLoaderOptions <Entity, Fields, Excludes>
Hierarchy
- EntityLoaderOptions
Index
Properties
optionalconnectionType
Connection type (read or write replica).
optionalconvertCustomTypes
Whether to convert custom types during hydration.
optionalexclude
Fields to exclude from loading.
optionalfields
Select specific fields to load (partial loading).
optionalfilters
Filter options to apply when loading relations.
optionalignoreLazyScalarProperties
Whether to skip loading lazy scalar properties.
optionalinflightQueryAbortStrategy
Cancellation strategy paired with signal.
optionallockMode
Lock mode for the query (pessimistic locking).
optionallogging
Logging options for the query.
optionallookup
Whether to look up eager-loaded relationships automatically.
optionalorderBy
Ordering for populated relations.
optionalpopulateHints
Per-relation populate overrides (limit, offset, orderBy).
optionalpopulateWhere
Controls how where conditions are applied to populated relations.
optionalrefresh
Whether to reload already loaded entities.
optionalschema
Database schema override.
optionalsignal
AbortSignal forwarded to populated relation queries.
optionalstrategy
Loading strategy to use (select-in, joined, or balanced).
optionalvalidate
Whether to validate the populate hint against the entity metadata.
optionalwhere
Additional filtering conditions applied to populated relations.
Options for controlling how relations are loaded by the EntityLoader.