コード例 #1
0
 /** 清空表 */
 public static void cleanTable() {
   AccountDao.cleanTable(session);
 }
コード例 #2
0
 /**
  * 检查表是否为空
  *
  * @return
  */
 public static Boolean isEmpty() {
   return AccountDao.isEmpty(session);
 }