Uses of Interface
org.springframework.data.r2dbc.core.StatementMapper
Packages that use StatementMapper
-
Uses of StatementMapper in org.springframework.data.r2dbc.core
Subinterfaces of StatementMapper in org.springframework.data.r2dbc.coreModifier and TypeInterfaceDescriptionstatic interface
Extension toStatementMapper
that is associated with a type.Methods in org.springframework.data.r2dbc.core that return StatementMapperModifier and TypeMethodDescriptionstatic StatementMapper
StatementMapper.create
(R2dbcDialect dialect, R2dbcConverter converter) DefaultReactiveDataAccessStrategy.getStatementMapper()
ReactiveDataAccessStrategy.getStatementMapper()
Deprecated.Returns theR2dbcDialect
-specificStatementMapper
.