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> | Deprecated
since 2.6, use
RxJava 3 instead. |
RxJava2SortingRepository<T,ID> | Deprecated
since 2.6, use
RxJava 3 instead. |
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–2022 Pivotal Software, Inc.. All rights reserved.