Package es.udc.tfg.journals.model.user

Examples of es.udc.tfg.journals.model.user.UserDaoHibernate


public class DaoExperiments {

  public static void main(String[] args) {

    UserDaoHibernate userProfileDaoHibernate = new UserDaoHibernate();
    userProfileDaoHibernate.setSessionFactory(HibernateUtil
        .getSessionFactory());
    UserDao userProfileDao = userProfileDaoHibernate;

    Transaction tx = HibernateUtil.getSessionFactory().getCurrentSession()
        .beginTransaction();
View Full Code Here

TOP

Related Classes of es.udc.tfg.journals.model.user.UserDaoHibernate

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.