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 UrlStatMonthId.
 * @author Jorge Machado - Hibernate Tools
 */


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


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

    protected static UrlStatMonthIdDao myInstance = null;

    protected UrlStatMonthIdDao(){
        super();
    }

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

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