Uses of Class
org.springframework.data.jdbc.repository.config.DefaultQueryMappingConfiguration
Packages that use DefaultQueryMappingConfiguration
-
Uses of DefaultQueryMappingConfiguration in org.springframework.data.jdbc.repository.config
Methods in org.springframework.data.jdbc.repository.config that return DefaultQueryMappingConfigurationModifier and TypeMethodDescriptionDefaultQueryMappingConfiguration.registerRowMapper(Class<T> type, RowMapper<? extends T> rowMapper) Registers a the givenRowMapperas to be used for the given type.