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.
Simple condition that should be applied to match entities.
Generated using TypeDoc
Defines a special criteria to find specific entity.