Uses of Interface
org.springframework.data.relational.repository.query.RelationalParameterAccessor
Packages that use RelationalParameterAccessor
Package
Description
Query support for relational database repositories.
-
Uses of RelationalParameterAccessor in org.springframework.data.relational.repository.query
Classes in org.springframework.data.relational.repository.query that implement RelationalParameterAccessorMethods in org.springframework.data.relational.repository.query with parameters of type RelationalParameterAccessorModifier and TypeMethodDescriptionprotected ParameterMetadataProviderRelationalQueryCreator.getParameterMetadataProvider(RelationalParameterAccessor accessor) Constructors in org.springframework.data.relational.repository.query with parameters of type RelationalParameterAccessorModifierConstructorDescriptionCreates new instance of this class with the givenRelationalParameterAccessorandEscaper.RelationalQueryCreator(PartTree tree, RelationalParameterAccessor accessor) Creates new instance of this class with the givenPartTree,RelationalEntityMetadataandParameterMetadataProvider.