Uses of Package
org.springframework.data.repository
Packages that use org.springframework.data.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.
-
Classes in org.springframework.data.repository used by org.springframework.data.repositoryClassDescriptionInterface for generic CRUD operations on a repository for a specific type.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.Central repository marker interface.
-
-
Classes in org.springframework.data.repository used by org.springframework.data.repository.historyClassDescriptionAnnotation to exclude repository interfaces from being picked up and thus in consequence getting an instance being created.Central repository marker interface.
-
Classes in org.springframework.data.repository used by org.springframework.data.repository.reactiveClassDescriptionAnnotation to exclude repository interfaces from being picked up and thus in consequence getting an instance being created.Central repository marker interface.