Skip to content

Questions? Join our Discord.

JasperFx

Formal support for Wolverine, Marten, and Polecat is available through our Support Plans.

Query Plans & Specifications in Wolverine Handlers Added in 1.3.0

Reusable query specifications for Wolverine handlers: ICompiledQuery (Marten ONLY — Polecat and Fisher have no compiled queries), IQueryPlan / QueryListPlan (Marten, Polecat, Fisher and 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, or when porting a compiled query to a store that does not have them.

Skill details

  • Skill name: wolverine-handlers-query-plans
  • Applies to: wolverine, marten, polecat, fisher
  • Tags: handlers, persistence, specifications, compiled-queries, batching, efcore, marten, polecat, fisher
  • Added in: 1.3.0
  • License: Proprietary. Copyright JasperFx Software LLC.

Proprietary. Copyright © JasperFx Software LLC. See LICENSE for terms.