Package org.springframework.data.repository
@NonNullApi
package org.springframework.data.repository
Central interfaces for repository abstraction.
-
ClassDescriptionCrudRepository<T,
ID> Interface for generic CRUD operations on a repository for a specific type.ListCrudRepository<T,ID> Interface for generic CRUD operations on a repository for a specific type.Repository fragment to provide methods to retrieve entities using the pagination and sorting abstraction.Annotation to exclude repository interfaces from being picked up and thus in consequence getting an instance being created.Repository fragment to provide methods to retrieve entities using the pagination and sorting abstraction.Repository<T,ID> Central repository marker interface.Annotation to demarcate interfaces a repository proxy shall be created for.