Class SimpleJdbcRepository<T,ID>

java.lang.Object
org.springframework.data.jdbc.repository.support.SimpleJdbcRepository<T,ID>
All Implemented Interfaces:
CrudRepository<T,ID>, PagingAndSortingRepository<T,ID>, QueryByExampleExecutor<T>, Repository<T,ID>

@Transactional(readOnly=true) public class SimpleJdbcRepository<T,ID> extends Object implements CrudRepository<T,ID>, PagingAndSortingRepository<T,ID>, QueryByExampleExecutor<T>
Default implementation of the CrudRepository interface.
Author:
Jens Schauder, Oliver Gierke, Milan Milanov, Chirag Tailor, Diego Krupitza, Dmitriy Kovalenko