Interface SalespointRepository<T,​ID extends SalespointIdentifier>

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

@NoRepositoryBean
public interface SalespointRepository<T,​ID extends SalespointIdentifier>
extends CrudRepository<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