Ejemplo n.º 1
0
 public static List findAndLock(String sSqlWhere, boolean isAutoRelease) throws Exception {
   PtmenuBean bean = new PtmenuBean();
   bean.setAutoRelease(isAutoRelease);
   return bean.findAndLockByWhere(sSqlWhere);
 }