Interface RosterStudentRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<RosterStudent,Long>, org.springframework.data.jpa.repository.JpaRepository<RosterStudent,Long>, org.springframework.data.repository.ListCrudRepository<RosterStudent,Long>, org.springframework.data.repository.ListPagingAndSortingRepository<RosterStudent,Long>, org.springframework.data.repository.PagingAndSortingRepository<RosterStudent,Long>, org.springframework.data.repository.query.QueryByExampleExecutor<RosterStudent>, org.springframework.data.repository.Repository<RosterStudent,Long>

public interface RosterStudentRepository extends org.springframework.data.jpa.repository.JpaRepository<RosterStudent,Long>