BoardRepositoryTest ②④ > SPRING_DATA_JPA

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

SPRING_DATA_JPA

BoardRepositoryTest ②④

페이지 정보

profile_image
작성자 관리자
댓글 0건 조회 138회 작성일 24-07-01 10:28

본문

package web.repository;


import java.util.Optional;

import java.util.UUID;

import java.util.stream.IntStream;


import org.junit.jupiter.api.Test;

import org.springframework.beans.factory.annotation.Autowired;

import org.springframework.boot.test.context.SpringBootTest;

import org.springframework.data.domain.Page;

import org.springframework.data.domain.PageRequest;

import org.springframework.data.domain.Pageable;

import org.springframework.data.domain.Sort;

import org.springframework.test.annotation.Commit;


import jakarta.transaction.Transactional;

import lombok.extern.log4j.Log4j2;

import web.domain.Board;

import web.domain.BoardImage;

import web.dto.BoardListAllDTO;

import web.dto.BoardListReplyCountDTO;


@SpringBootTest

@Log4j2

public class BoardRepositoryTest {


@Autowired

private BoardRepository boardRepository;


@Autowired

private ReplyRepository replyRepository;


@Transactional

@Test //수정 후 테스트

public void testSearchImageReplyCount() {

Pageable pageable = PageRequest.of(0, 10, Sort.by("bno").descending());


//boardRepository.searchWithAll(null, null, pageable);


Page<BoardListAllDTO> result = boardRepository.searchWithAll(null, null, pageable);


System.out.println("----------------------");

log.info("board total : "+result.getTotalElements());


result.getContent().forEach(b -> log.info(b));

}

...

...

}


댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

사이트 정보

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

 

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

접속자집계

오늘
240
어제
199
최대
10,760
전체
275,269
Copyright © dancePKT . All rights reserved.