- 所有超级接口:
- org.springframework.data.repository.CrudRepository<TbStudent,java.lang.Integer>, org.springframework.data.jpa.repository.JpaRepository<TbStudent,java.lang.Integer>, org.springframework.data.repository.PagingAndSortingRepository<TbStudent,java.lang.Integer>, org.springframework.data.repository.query.QueryByExampleExecutor<TbStudent>, org.springframework.data.repository.Repository<TbStudent,java.lang.Integer>
public interface TbStudentRepository
extends org.springframework.data.jpa.repository.JpaRepository<TbStudent,java.lang.Integer>