Uses of Interface
org.seedstack.business.domain.Repository.Option
-
Packages that use Repository.Option 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. -
-
Uses of Repository.Option in org.seedstack.business.domain
Methods in org.seedstack.business.domain with parameters of type Repository.Option Modifier and Type Method Description Stream<A>Repository. get(Specification<A> specification, Repository.Option... options)Finds all aggregates in the repository satisfying the given specification. -
Uses of Repository.Option in org.seedstack.business.pagination.dsl
Methods in org.seedstack.business.pagination.dsl with parameters of type Repository.Option Modifier and Type Method Description PaginationTypePicker<A>RepositoryOptionsPicker. withOptions(Repository.Option... options)Allows to specify the repository options used when invoking the repositoryRepository.get(org.seedstack.business.specification.Specification, Repository.Option...)method.
-