| Package | Description |
|---|---|
| org.seedstack.business.api.domain |
Provides classes for the domain layer.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GenericRepository<A extends AggregateRoot<K>,K>
This interface has to be extended in order to create a Domain Repository interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseRepository<AGGREGATE extends AggregateRoot<KEY>,KEY>
This class serves as inheritance base for all repositories.
|
Copyright © 2013-2015–2015. All rights reserved.