Annotation Type QueryModel


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface QueryModel
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
Author:
Christian Stettler, Henning Schwentner, Stephan Pirnbaum, Martin Schimak, Oliver Drotbohm
See Also: