Package | Description |
---|---|
org.seedstack.business.assembler.dsl |
Provides a fluent DSL to do advanced domain-object/DTO mapping operations.
|
org.seedstack.business.domain |
Provides classes, interfaces and annotations for building the domain layer.
|
org.seedstack.jpa |
Provides classes to use JPA with Seed and the Business Framework.
|
org.seedstack.mongodb.morphia |
Modifier and Type | Method and Description |
---|---|
T |
MergeFromRepositoryOrFactory.orFail()
Returns the aggregates or throws an
AggregateNotFoundException if at least one
aggregate cannot be loaded from their repository. |
Modifier and Type | Method and Description |
---|---|
default void |
Repository.remove(A aggregate)
Removes the specified aggregate from the repository.
|
default void |
Repository.remove(I id)
Removes the existing aggregate identified with the specified identifier.
|
long |
Repository.remove(Specification<A> specification)
Removes all aggregates in the repository satisfying the given specification.
|
default A |
Repository.update(A aggregate)
Updates an existing aggregate with the specified instance.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseJpaRepository.remove(A aggregate) |
void |
BaseJpaRepository.remove(I id) |
A |
BaseJpaRepository.update(A aggregate) |
Modifier and Type | Method and Description |
---|---|
void |
BaseMorphiaRepository.remove(ID id) |
long |
BaseMorphiaRepository.remove(Specification<A> specification) |
A |
BaseMorphiaRepository.update(A aggregate) |
Copyright © 2013-2018–2019 SeedStack. All rights reserved.