Package | Description |
---|---|
org.springframework.data.repository.reactive |
Support for reactive repositories.
|
Class and Description |
---|
ReactiveCrudRepository
Interface for generic CRUD operations on a repository for a specific type.
|
RxJava2CrudRepository
Deprecated.
since 2.6, use
RxJava 3 instead. To be removed with Spring Data 3.0. |
RxJava3CrudRepository
Interface for generic CRUD operations on a repository for a specific type.
|
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.