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