Interface DataRepository<T,K>

Type Parameters:
T - the domain type the repository manages
K - the type of the id of the entity the repository manages
All Known Subinterfaces:
BasicRepository<T,K>, CrudRepository<T,K>, PageableRepository<T,K>

public interface DataRepository<T,K>
Parent repository interface for all repositories. Central repository marker interface. Captures the domain type to manage and the domain type's id type.