See: Description
| Interface | Description |
|---|---|
| R2dbcRepository<T,ID> |
R2DBC specific
Repository interface with reactive support. |
| Annotation Type | Description |
|---|---|
| Modifying |
Indicates a query method should be considered a modifying query that returns nothing or the number of rows affected
by the query.
|
| Query |
Annotation to provide SQL statements that will get used for executing the method.
|
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.