Package edu.ubb.warp.dao

Examples of edu.ubb.warp.dao.UserDAO.insertUser()


    u1.setPassword(Hash.hashString("password"));
    u1.setPhoneNumber("0743288115");
    u1.setUserName("manager");
    u1.setAddress("Kolozsvar strada utca 12");
    try {
      uDao.insertUser(u1);
    } catch (UserNameExistsException e) {
      // TODO Auto-generated catch block
      e.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.