apex-enterprise-patterns / fflib-apex-common

Common Apex Library supporting Apex Enterprise Patterns and much more!
BSD 3-Clause "New" or "Revised" License
903 stars 514 forks source link

Add domain methods to retrieve specific records #405

Open wimvelzeboer opened 2 years ago

wimvelzeboer commented 2 years ago

Sometimes you just need a specific subset of the records from the domain, these methods will make that easier.


This change is Reviewable