コード例 #1
0
 public int getTotalRecode() {
   BoardMapper mapper = template.getMapper(BoardMapper.class);
   return mapper.getTotalRecode();
 }