Subversion Repositories bacoAlunos

Rev

Rev 1312 | Rev 1325 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

package pt.estgp.estgweb.domain.dao.impl;
// Generated 9/Mar/2016 12:48:14 by Hibernate Tools 3.2.0.b9


import org.apache.log4j.Logger;

/**
 * Home object for domain model class UrlStat.
 * @author Jorge Machado - Hibernate Tools
 */


import jomm.dao.IDomainObjectDao;
import jomm.dao.impl.AbstractDao;
import pt.estgp.estgweb.domain.UrlStat;


public class UrlStatDao extends AbstractDao<UrlStat> {
//public class UrlStatDao extends AbstractDao implements IDomainObjectDao {

    private static final 1.5.0/docs/api/java/util/logging/Logger.html">Logger log = 1.5.0/docs/api/java/util/logging/Logger.html">Logger.getLogger(UrlStatDao.class);

    protected static UrlStatDao myInstance = null;

    protected UrlStatDao(){
        super();
    }

    public static UrlStatDao getInstance() {
        if (myInstance == null)
            myInstance = new UrlStatDao();
        return myInstance;
    }

    protected 1.5.0/docs/api/java/lang/Class.html">Class getReferenceClass() {
        return UrlStat.class;
    }
}