Subversion Repositories bacoAlunos

Rev

Rev 97 | Blame | Compare with Previous | Last modification | View Log | RSS feed

package pt.estgp.estgweb.domain.dao.impl;
// Generated 7/Mai/2008 15:17:32 by Hibernate Tools 3.2.0.b9


import org.apache.log4j.Logger;

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


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


public class UrlStatMonthDao extends AbstractDao<UrlStatMonth> {
//public class UrlStatMonthDao 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(UrlStatMonthDao.class);

    protected static UrlStatMonthDao myInstance = null;

    protected UrlStatMonthDao(){
        super();
    }

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

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