(Integer bno)
| 54 | } // int update(String statement, Object parameter) |
| 55 | |
| 56 | @Override |
| 57 | public int increaseViewCnt(Integer bno) throws Exception { |
| 58 | return session.update(namespace+"increaseViewCnt", bno); |
| 59 | } // int update(String statement, Object parameter) |
| 60 | |
| 61 | @Override |
| 62 | public int searchResultCnt(SearchCondition sc) throws Exception { |