Esempio n. 1
0
 public static List find(String sSqlWhere, boolean isAutoRelease) throws Exception {
   PtmenuBean bean = new PtmenuBean();
   bean.setAutoRelease(isAutoRelease);
   return bean.findByWhere(sSqlWhere);
 }