Class DinoJdbcRepositoryBase<T,K>

java.lang.Object
org.springframework.data.jdbc.repository.support.SimpleJdbcRepository<T,K>
cn.dinodev.spring.data.dao.impl.DinoJdbcRepositoryBase<T,K>
All Implemented Interfaces:
JdbcHelperExcutor<T,K>, JdbcSelectExecutor<T,K>, org.springframework.data.repository.CrudRepository<T,K>, org.springframework.data.repository.PagingAndSortingRepository<T,K>, org.springframework.data.repository.query.QueryByExampleExecutor<T>, org.springframework.data.repository.Repository<T,K>

public class DinoJdbcRepositoryBase<T,K> extends org.springframework.data.jdbc.repository.support.SimpleJdbcRepository<T,K> implements JdbcSelectExecutor<T,K>
Author:
Cody Lu