Annotation Interface QueryModel


Deprecated.
since 1.7, for removal in 2.0. Use QueryModel 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: