See: Description
| Interface | Description |
|---|---|
| ReactiveCrudRepository<T,ID> |
Interface for generic CRUD operations on a repository for a specific type.
|
| ReactiveSortingRepository<T,ID> |
Extension of
ReactiveCrudRepository to provide additional methods to retrieve entities using the sorting
abstraction. |
| RxJava2CrudRepository<T,ID> |
Interface for generic CRUD operations on a repository for a specific type.
|
| RxJava2SortingRepository<T,ID> |
Extension of
RxJava2CrudRepository 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 of
RxJava3CrudRepository to provide additional methods to retrieve entities using the sorting
abstraction. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.