spring-persisting-ddd-aggregates
Persisting DDD Aggregates 1. Overview In this tutorial, we’ll explore the possibilities of persisting DDD Aggregates using different technologies. 2. Introduction to Aggregates An aggregate is a group of business objects which always need to be consistent. Therefore, we save and update aggregates as a whole inside a transaction. Aggregate… Continue Reading spring-persisting-ddd-aggregates