Interface LessonScheduleJpaRepository

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

public interface LessonScheduleJpaRepository extends org.springframework.data.jpa.repository.JpaRepository<LessonSchedule,Integer>
LessonScheduleJpaRepository는 LessonSchedule 엔티티에 대한 데이터 액세스 기능을 제공.