Users can ask things via a query but can also leave out items they do not need in the query. The methods, on the other hand, do not know what is left out from the query and must provide all data. This could involve expensive calculations or database lookups.
Users can ask things via a query but can also leave out items they do not need in the query. The methods, on the other hand, do not know what is left out from the query and must provide all data. This could involve expensive calculations or database lookups.