Query Plans & Specifications in Wolverine Handlers Added in 1.3.0
Reusable query specifications for Wolverine handlers: ICompiledQuery (Marten), IQueryPlan / QueryListPlan (Marten + EF Core), the [FromQuerySpecification] attribute, returning specs from Load, and automatic batching across [Entity], [Aggregate], and specs in a single round-trip.
Use when a handler needs a reusable read more complex than [Entity] but you want to keep the handler a pure function and avoid hand-rolling batching.
Skill details
- Skill name:
wolverine-handlers-query-plans - Applies to:
wolverine,marten - Tags:
handlers,persistence,specifications,compiled-queries,batching,efcore,marten - Added in: 1.3.0
- License: Proprietary. Copyright JasperFx Software LLC.
