Interface ProjectStarJpaRepository

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

@Repository public interface ProjectStarJpaRepository extends org.springframework.data.jpa.repository.JpaRepository<ProjectStar,Integer>
ProjectCommentJpaRepository는 Project 특허 엔티티에 대한 데이터 액세스 기능을 제공.