Interface ReactiveDataAccessStrategy

All Known Implementing Classes:
DefaultReactiveDataAccessStrategy

@Deprecated public interface ReactiveDataAccessStrategy
Deprecated.
since 1.2 in favor of using direct usage of StatementMapper, UpdateMapper and R2dbcConverter.
Data access strategy that generalizes convenience operations using mapped entities. Typically used internally by R2dbcEntityOperations and repository support. SQL creation is limited to single-table operations and single-column primary keys.
Author:
Mark Paluch, Jens Schauder
See Also: