Protected
Readonly
metricsReadonly
utilsAuthorization-result-based version of the EnforcingEntityLoader method by the same name.
entity result where uniqueFieldName equals fieldValue, where result error can be UnauthorizedError.
Authorization-result-based version of the EnforcingEntityLoader method by the same name.
entity result where uniqueFieldName equals fieldValue, or null if no entity matches the condition.
Authorization-result-based version of the EnforcingEntityLoader method by the same name.
the first entity results that matches the query, where result error can be UnauthorizedError
Authorization-result-based version of the EnforcingEntityLoader method by the same name.
array of entity results that match the query for compositeFieldValue, where result error can be UnauthorizedError
Authorization-result-based version of the EnforcingEntityLoader method by the same name.
map from compositeField to entity results that match the query for that compositeField, where result errors can be UnauthorizedError
Authorization-result-based version of the EnforcingEntityLoader method by the same name.
array of entity results that match the query for fieldValue, where result error can be UnauthorizedError
Authorization-result-based version of the EnforcingEntityLoader method by the same name.
map from fieldValue to entity results that match the query for that fieldValue, where result errors can be UnauthorizedError
Authorization-result-based version of the EnforcingEntityLoader method by the same name.
array of entity results that match the query, where result error can be UnauthorizedError
Authorization-result-based version of the EnforcingEntityLoader method by the same name.
array of entity results that match the query, where result error can be UnauthorizedError
Authorization-result-based entity loader. All normal loads are batched, cached, and authorized against the entity's EntityPrivacyPolicy. All loads through this loader are are results (or null for some loader methods), where an unsuccessful result means an authorization error or entity construction error occurred. Other errors are thrown.