Salesforce Apex framework solutions for Trigger Handlers and SObject Selectors.
A new trigger handling framework with a minimalist, heavily OOP design.
The selector framework is heavily derivative of Apex Commons, but with the following modifications:
- Clean code.
- Concise classes and methods.
- Minimalist dependencies, all explicitly injected whenever possible.
- An OOP approach to generating the SOQL WHERE clause.