Package org.springframework.data.repository.reactive
@NonNullApi
package org.springframework.data.repository.reactive
Support for reactive repositories.
-
ClassDescriptionReactiveCrudRepository<T,
ID> Interface for generic CRUD operations on a repository for a specific type.Repository fragment to provide methods to retrieve entities using the sorting abstraction.RxJava3CrudRepository<T,ID> Interface for generic CRUD operations on a repository for a specific type.RxJava3SortingRepository<T,ID> Repository fragment to provide methods to retrieve entities using the sorting abstraction.