Uses of Interface
org.springframework.data.relational.repository.query.RelationalParameterAccessor
Packages that use RelationalParameterAccessor
Package
Description
Query support for R2DBC repositories.
Query support for relational database repositories.
-
Uses of RelationalParameterAccessor in org.springframework.data.r2dbc.repository.query
Methods in org.springframework.data.r2dbc.repository.query with parameters of type RelationalParameterAccessorModifier and TypeMethodDescriptionprotected abstract reactor.core.publisher.Mono<PreparedOperation<?>>AbstractR2dbcQuery.createQuery(RelationalParameterAccessor accessor) Creates aBindableQueryinstance using the givenParameterAccessorprotected reactor.core.publisher.Mono<PreparedOperation<?>>PartTreeR2dbcQuery.createQuery(RelationalParameterAccessor accessor) protected reactor.core.publisher.Mono<PreparedOperation<?>>StringBasedR2dbcQuery.createQuery(RelationalParameterAccessor accessor) -
Uses of RelationalParameterAccessor in org.springframework.data.relational.repository.query
Classes in org.springframework.data.relational.repository.query that implement RelationalParameterAccessorConstructors in org.springframework.data.relational.repository.query with parameters of type RelationalParameterAccessorModifierConstructorDescriptionRelationalQueryCreator(PartTree tree, RelationalParameterAccessor accessor) Creates new instance of this class with the givenPartTree,RelationalEntityMetadataandParameterMetadataProvider.