Package org.springframework.data.jdbc.repository.support
@NonNullApi
package org.springframework.data.jdbc.repository.support
-
ClassesClassDescriptionCreates repository implementation based on JDBC.JdbcRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,
ID>, S, ID extends Serializable> 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.