BoardMapper > SPRINGBOOT

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

SPRINGBOOT

BoardMapper

페이지 정보

profile_image
작성자 관리자
댓글 0건 조회 40회 작성일 24-06-10 13:38

본문

package web.mapper;


import java.util.List;


import org.apache.ibatis.annotations.Mapper;


import web.dto.BoardDto;

import web.dto.Criteria;


@Mapper //메서드명과 xml 파일의 id를 매핑시켜 주는 기능

public interface BoardMapper {


List<BoardDto> selectBoardList() throws Exception;

void insertBoard(BoardDto board) throws Exception;

BoardDto selectBoardDetail(int boardIdx) throws Exception;

void updateHitCount(int boardIdx) throws Exception;

void updateBoard(BoardDto board) throws Exception;

void deleteBoard(int boardIdx) throws Exception;


List<BoardDto> selectCriList(Criteria cri) throws Exception;


List<BoardDto> selectPageList(Criteria cri) throws Exception;

int listCount(Criteria cri) throws Exception;

List<BoardDto> selectSearchList(Criteria cri) throws Exception;

int listSearchCount(Criteria cri) throws Exception;


}

댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

사이트 정보

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

 

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

접속자집계

오늘
249
어제
160
최대
10,760
전체
273,858
Copyright © dancePKT . All rights reserved.