Uses of Interface
org.springframework.data.jdbc.repository.QueryMappingConfiguration
Packages that use QueryMappingConfiguration
Package
Description
-
Uses of QueryMappingConfiguration in org.springframework.data.jdbc.repository
Fields in org.springframework.data.jdbc.repository declared as QueryMappingConfigurationModifier and TypeFieldDescriptionstatic final QueryMappingConfigurationQueryMappingConfiguration.EMPTYAn immutable empty instance that will return null for all arguments. -
Uses of QueryMappingConfiguration in org.springframework.data.jdbc.repository.config
Classes in org.springframework.data.jdbc.repository.config that implement QueryMappingConfigurationModifier and TypeClassDescriptionclassAQueryMappingConfigurationthat allows for registration ofRowMappers andResultSetExtractors via a fluent Api. -
Uses of QueryMappingConfiguration in org.springframework.data.jdbc.repository.support
Methods in org.springframework.data.jdbc.repository.support with parameters of type QueryMappingConfigurationModifier and TypeMethodDescriptionvoidJdbcRepositoryFactory.setQueryMappingConfiguration(QueryMappingConfiguration queryMappingConfiguration) voidJdbcRepositoryFactoryBean.setQueryMappingConfiguration(QueryMappingConfiguration queryMappingConfiguration)