Package | Description |
---|---|
org.seedstack.business.domain |
Provides classes, interfaces and annotations for building the domain layer.
|
org.seedstack.business.pagination.dsl |
Provides a fluent DSL to paginate domain objects.
|
org.seedstack.business.util.inmemory |
Provides in-memory implementations of some business concepts.
|
org.seedstack.jpa |
Provides classes to use JPA with Seed and the Business Framework.
|
org.seedstack.mongodb.morphia |
Modifier and Type | Class and Description |
---|---|
class |
LimitOption
Repository option for limiting the number of aggregates returned. |
class |
OffsetOption
Repository option for skipping a specified amount of aggregates. |
class |
SortOption
Repository option for sorting aggregates. |
Modifier and Type | Method and Description |
---|---|
Stream<A> |
Repository.get(Specification<A> specification,
Repository.Option... options)
Finds all aggregates in the repository satisfying the given specification.
|
Modifier and Type | Method and Description |
---|---|
PaginationTypePicker<A> |
RepositoryOptionsPicker.withOptions(Repository.Option... options)
Allows to specify the repository options used when invoking the repository
Repository.get(org.seedstack.business.specification.Specification, Repository.Option...)
method. |
Modifier and Type | Method and Description |
---|---|
Stream<A> |
BaseInMemoryRepository.get(Specification<A> specification,
Repository.Option... options) |
Modifier and Type | Method and Description |
---|---|
Stream<A> |
BaseJpaRepository.get(Specification<A> specification,
Repository.Option... options) |
Modifier and Type | Method and Description |
---|---|
Stream<A> |
BaseMorphiaRepository.get(Specification<A> specification,
Repository.Option... options) |
Copyright © 2013-2018–2019 SeedStack. All rights reserved.