| Package | Description |
|---|---|
| org.seedstack.business.domain |
Provides classes for the domain layer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Repository.clear()
Deletes all aggregates from the persistence.
|
void |
Repository.delete(A aggregate)
Deletes an aggregate instance from the persistence.
|
void |
Repository.delete(K id)
Deletes an aggregate from the persistence by its key.
|
Copyright © 2013-2016–2016 SeedStack. All rights reserved.