Subversion Repositories bacoAlunos

Rev

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

package pt.estgp.estgweb.domain.dao.impl;
// Generated 13/dez/2017 22:45:26 by Hibernate Tools 3.2.0.b9


import org.apache.log4j.Logger;

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


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


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

    protected static BpmnFlowComponentGatewayExclusiveInstanceDao myInstance = null;

    protected BpmnFlowComponentGatewayExclusiveInstanceDao(){
        super();
    }

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

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