Uses of Interface
org.springframework.data.repository.Repository
Packages that use Repository
Package
Description
Central interfaces for repository abstraction.
Base classes to implement repositories for various data stores.
API for repositories using historiography.
Support for reactive repositories.
-
Uses of Repository in org.springframework.data.repository
Subinterfaces of Repository in org.springframework.data.repositoryModifier 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 Repository in org.springframework.data.repository.core.support
Classes in org.springframework.data.repository.core.support with type parameters of type RepositoryModifier and TypeClassDescriptionclass
RepositoryFactoryBeanSupport<T extends Repository<S,
ID>, S, ID> Adapter for SpringsFactoryBean
interface to allow easy setup of repository factories via Spring configuration.class
TransactionalRepositoryFactoryBeanSupport<T extends Repository<S,
ID>, S, ID> Extension ofRepositoryFactoryBeanSupport
to add transactional capabilities to the repository proxy. -
Uses of Repository in org.springframework.data.repository.history
Subinterfaces of Repository in org.springframework.data.repository.historyModifier and TypeInterfaceDescriptioninterface
RevisionRepository<T,
ID, N extends Number & Comparable<N>> A repository which can access entities held in a variety ofRevisions
. -
Uses of Repository in org.springframework.data.repository.reactive
Subinterfaces of Repository in org.springframework.data.repository.reactiveModifier 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.