Interface ProblemRequestJpaRepository

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

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