All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.evasion.dao.api.DAO Maven / Gradle / Ivy

There is a newer version: 2.0.0.2
Show newest version
/*
 * Document confidentiel - Diffusion interdite 
 */
package com.evasion.dao.api;

import javax.persistence.EntityManager;

/**
 * Interface de base pour les DAO.
 * 
 */
public interface DAO {

    EntityManager getEntityManager() ;

    void setEntityManager(EntityManager em);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy