Interface SalespointRepository<T,ID extends org.jmolecules.ddd.types.Identifier>

All Superinterfaces:
CrudRepository<T,ID>, PagingAndSortingRepository<T,ID>, Repository<T,ID>
All Known Subinterfaces:
Catalog<T>, MultiInventory<T>, UniqueInventory<T>

@NoRepositoryBean public interface SalespointRepository<T,ID extends org.jmolecules.ddd.types.Identifier> extends CrudRepository<T,ID>, PagingAndSortingRepository<T,ID>
Base interface for repositories. Declared explicitly to keep a single point of dependency to Spring Data as well as override findAll() to return a Streamable out of the box.
Since:
7.3
Author:
Oliver Drotbohm