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


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


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

    protected static TesteDao myInstance = null;

    protected TesteDao(){
        super();
    }

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

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