예제 #1
0
 /**
  * @Title: execSQL @Description: TODO(执行删除数据)
  *
  * @param @param model 设定文件
  * @param @param where 设定文件
  * @return void 返回类型
  * @throws
  */
 public static void execDeleteData(Class clazz, String where) {
   synchronized (lock) {
     PersistentUtils.execDeleteData(clazz, where);
   }
 }