Enables or disables query result caching.
Specifies what relations should be loaded.
Indicates if eager relations should be loaded or not. By default they are loaded when find methods are used.
If sets to true then loads all relation ids of the entity and maps them into relation values (not relation objects). If array of strings is given then loads only relation ids of the given properties.
Order, in which entities should be ordered.
Indicates what relations of entity should be loaded (simplified left join form).
Specifies what columns should be retrieved.
Offset (paginated) where from entities should be taken.
Limit (paginated) - max number of entities should be taken.
Simple condition that should be applied to match entities.
Generated using TypeDoc
Defines a special criteria to find specific entities.