ReplyRepository > SPRING_DATA_JPA

본문 바로가기
사이트 내 전체검색

SPRING_DATA_JPA

ReplyRepository

페이지 정보

profile_image
작성자 관리자
댓글 0건 조회 61회 작성일 24-06-28 12:18

본문

package web.repository;


import org.springframework.data.domain.Page;

import org.springframework.data.domain.Pageable;

import org.springframework.data.jpa.repository.JpaRepository;

import org.springframework.data.jpa.repository.Query;

import org.springframework.data.repository.query.Param;


import web.domain.Reply;


public interface ReplyRepository extends JpaRepository<Reply, Long> {


@Query("select r from Reply r where r.board.bno = :bno") //Reply : 클래스 명

Page<Reply> listOfBoard(@Param("bno") Long bno, Pageable pageable);


void deleteByBoard_Bno(@Param("bno") Long bno);

}


댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

사이트 정보

공지사항
자유게시판
질문답변
1:1문의

 

별명 : 터푸가위
주소 : 부산시 동래구 명장로20번길 90
대표 : 박규태
메일 : dancepkt@******.com

접속자집계

오늘
250
어제
371
최대
10,760
전체
268,623
Copyright © dancePKT . All rights reserved.