Package org.springframework.data.jdbc.repository.support
@NullMarked
package org.springframework.data.jdbc.repository.support
Support classes for integration of the repository programming model with JDBC.
-
ClassesClassDescriptionThis
RowMapperFactoryimplementation extends theDefaultRowMapperFactoryby adding the capabilities to loadRowMapperorResultSetExtractorbeans by their names inBeanFactory.Default implementation ofRowMapperFactory.Creates repository implementation based on JDBC.Special adapter for SpringsFactoryBeaninterface to allow easy setup of repository factories via Spring configuration.Delegate to runscroll queriesand create resultWindow.SimpleJdbcRepository<T,ID> Default implementation of theCrudRepositoryinterface.