You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: implementations-line/framework/domain/src/main/java/org/cybnity/framework/domain/IReadModelProjection.java
* Represents an optimized read-model projection allowing query and read of denormalized version of domain layer object (e.g status and value of a domain object version at a moment of life).
8
+
* Represents an optimized read-model projection allowing query and read of denormalized version of domain layer object (e.g; status and value of a domain object version at a moment of life).
9
9
* This interface contract is covering a perimeter of read-model projection based on a type of denormalized domain object view.
10
-
* Each projection specialized for a domain layer (e.g aggregate view) shall extend this type of contract to add specific methods supporting optimized queries for the type of domain object view managed.
10
+
* Each projection specialized for a domain layer (e.g; aggregate view) shall extend this type of contract to add specific methods supporting optimized queries for the type of domain object view managed.
0 commit comments