| Package | Description |
|---|---|
| org.seedstack.business.domain |
Provides classes for the domain layer.
|
| Modifier and Type | Method and Description |
|---|---|
long |
Repository.count()
Returns the number of aggregates managed by this repository.
|
boolean |
Repository.exists(K id)
Check that the aggregate identified by the specified key exists.
|
A |
Repository.load(K id)
Loads an aggregate from the persistence by its key.
|
Copyright © 2013-2016–2016 SeedStack. All rights reserved.