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.Extension ofReactiveCrudRepository
to provide additional 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> Extension ofRxJava3CrudRepository
to provide additional methods to retrieve entities using the sorting abstraction.