Package sn.unitech.stock.dao

Examples of sn.unitech.stock.dao.EventsDao


      param.put(0, "1");
      param.put(1, "VT");
    /*param.put(2, "GORA FALL");
    param.put(3, "");
    param.put(4, "");*/
    List<IUniversel> l=new EventsDao().getResultList("from DetailEvent as de where (de.events.sysUsers.sysAdherent.idAdherent=?  and de.events.sysEvents.idEvent=?)  and de.isTotal='False'", null, param);
    System.out.println("size "+l.size());
    }
View Full Code Here

TOP

Related Classes of sn.unitech.stock.dao.EventsDao

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.