| Package | Description |
|---|---|
| org.seedstack.business.api.domain |
Provides classes for the domain layer.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
BaseRepository.doPersist(AGGREGATE aggregate)
Delegates the persist mechanism to the infrastructure.
|
protected abstract AGGREGATE |
BaseRepository.doSave(AGGREGATE aggregate)
Delegates the save mechanism to the infrastructure.
|
void |
Repository.persist(A aggregate)
Creates an aggregate in the persistence.
|
A |
Repository.save(A aggregate)
Updates an aggregate in the persistence
|
Copyright © 2013-2015–2015. All rights reserved.