Package org.springframework.data.r2dbc.repository
@NonNullApi
@NonNullFields
package org.springframework.data.r2dbc.repository
R2DBC-specific repository implementation.
-
ClassDescriptionIndicates a query method should be considered a modifying query that returns nothing or the number of rows affected by the query.Annotation to provide SQL statements that will get used for executing the method.R2dbcRepository<T,
ID> R2DBC specificRepository
interface with reactive support.