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.
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.
optionalpopulateWhere
Controls how where conditions are applied to populated relations.
optionalrefresh
Whether to reload already loaded entities.
optionalschema
Database schema override.
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.