We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ac48b commit 798dfb9Copy full SHA for 798dfb9
sfdx-source/apex-common/main/classes/fflib_SObjectSelector.cls
@@ -429,7 +429,7 @@ public abstract with sharing class fflib_SObjectSelector
429
/**
430
* Constructs the default SOQL query for this selector, see selectSObjectsById and queryLocatorById
431
**/
432
- private String buildQuerySObjectById()
+ protected String buildQuerySObjectById()
433
{
434
return newQueryFactory().setCondition('id in :idSet').toSOQL();
435
}
0 commit comments