Interface Hierarchy
- cn.dinodev.spring.data.dao.JdbcHelperExcutor<T,K>
- cn.dinodev.spring.data.dao.JdbcSelectExecutor<T,K>
- cn.dinodev.spring.data.dao.CrudRepositoryBase<T,K> (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
- org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- org.springframework.data.repository.ListCrudRepository<T,ID>
- cn.dinodev.spring.data.dao.CrudRepositoryBase<T,K> (also extends cn.dinodev.spring.data.dao.JdbcSelectExecutor<T,K>, org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>