Package jakarta.data.repository
Interface DataRepository<T,K> 
- Type Parameters:
 T- the domain type the repository managesK- 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.