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

com.evasion.plugin.partnership.dao.PartenaireDAO Maven / Gradle / Ivy

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package com.evasion.plugin.partnership.dao;

import com.evasion.dao.api.AbstractJPAGenericDAO;
import com.evasion.entity.Partenaire;

/**
 *
 * @author sglon
 */
public class PartenaireDAO extends AbstractJPAGenericDAO {

    /**
     * *
     * serialVersionUID.
     */
    private static final long serialVersionUID = 1L;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy