com.evasion.plugin.geoloc.dao.CityDAO Maven / Gradle / Ivy
/*
* To change this template, choose Tools | Templates and open the template in
* the editor.
*/
package com.evasion.plugin.geoloc.dao;
import com.evasion.dao.api.AbstractJPAGenericDAO;
import com.evasion.entity.geolocation.City;
/**
* DAO pour la manipulation des Business Object de type {@link City}.
*
* @author sebastien
*/
public class CityDAO extends AbstractJPAGenericDAO {
/**
* *
* serialVersionUID.
*/
private static final long serialVersionUID = 1L;
}