Uses of Annotation Interface
org.springframework.data.repository.NoRepositoryBean
Package
Description
Central interfaces for repository abstraction.
API for repositories using historiography.
Support for reactive repositories.
-
Uses of NoRepositoryBean in org.springframework.data.repository
Modifier and TypeInterfaceDescriptioninterface
CrudRepository<T,
ID> Interface for generic CRUD operations on a repository for a specific type.interface
ListCrudRepository<T,
ID> Interface for generic CRUD operations on a repository for a specific type.interface
Repository fragment to provide methods to retrieve entities using the pagination and sorting abstraction.interface
Repository fragment to provide methods to retrieve entities using the pagination and sorting abstraction. -
Uses of NoRepositoryBean in org.springframework.data.repository.history
Modifier and TypeInterfaceDescriptioninterface
RevisionRepository<T,
ID, N extends Number & Comparable<N>> A repository which can access entities held in a variety ofRevisions
. -
Uses of NoRepositoryBean in org.springframework.data.repository.reactive
Modifier and TypeInterfaceDescriptioninterface
ReactiveCrudRepository<T,
ID> Interface for generic CRUD operations on a repository for a specific type.interface
Repository fragment to provide methods to retrieve entities using the sorting abstraction.interface
RxJava3CrudRepository<T,
ID> Interface for generic CRUD operations on a repository for a specific type.interface
RxJava3SortingRepository<T,
ID> Repository fragment to provide methods to retrieve entities using the sorting abstraction.