| Package | Description | 
|---|---|
| org.seedstack.business.domain | Provides classes, interfaces and annotations for building the domain layer. | 
| org.seedstack.business.util.inmemory | Provides in-memory implementations of some business concepts. | 
| org.seedstack.jpa | Provides classes to use JPA with Seed and the Business Framework. | 
| org.seedstack.mongodb.morphia | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Repository. add(A aggregate)Adds an aggregate to the repository. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BaseInMemoryRepository. add(A a) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BaseJpaRepository. add(A aggregate) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BaseMorphiaRepository. add(A aggregate) | 
Copyright © 2013-2018–2019 SeedStack. All rights reserved.