JPA deleteBy

£€€.T.$·2023년 7월 13일
0
@Transactional
public boolean removeRoom(String roomName){
   int result = chatListRepository.deleteByRoomName(roomName);
   return true;
}

deleteBy~ 결과값이 Integer이다..

profile
Be {Nice} Be {Kind}

0개의 댓글