Package com.san.my.dao

Examples of com.san.my.dao.ObjectDAO.load()


                           //accountsDO.setAccountId(2);
                           accountsDO.setName("gfeabcaaaaad");
                           accountsDO.setLoginName("gfeaaaaaaa");
                           session.merge(accountsDO);
                         
                           SlipDO slip  = (SlipDO)objectDAO.load(SlipDO.class,new Integer(21070));
                          
                         }
                         catch (Exception ex) {
                             status.setRollbackOnly();
                             ex.printStackTrace();                       
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.