Uses of Interface
org.springframework.data.repository.CrudRepository
Package
Description
Central interfaces for repository abstraction.
-
Uses of CrudRepository in org.springframework.data.repository
Modifier and TypeInterfaceDescriptioninterface
ListCrudRepository<T,
ID> Interface for generic CRUD operations on a repository for a specific type.