Annotation Type QueryModel
-
@QueryModel @Deprecated @Documented @Retention(RUNTIME) @Target(TYPE) public @interface QueryModel
Deprecated.since 1.7, for removal in 2.0. UseQueryModel
instead.Identifies a query model element in the context of CQRS, i.e. a (persistent) object optimized for read-access and only only on the Q(uery) part of the architecture. The query model represents the current state or rather materialized view after replaying the events published by the application.- Since:
- 1.1
- See Also:
- CQRS Documents by Greg Young