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 interfaceExtension toStatementMapperthat is associated with a type.Methods in org.springframework.data.r2dbc.core that return StatementMapperModifier and TypeMethodDescriptionstatic StatementMapperStatementMapper.create(R2dbcDialect dialect, R2dbcConverter converter) DefaultReactiveDataAccessStrategy.getStatementMapper()ReactiveDataAccessStrategy.getStatementMapper()Deprecated.Returns theR2dbcDialect-specificStatementMapper.