
com.evasion.plugin.security.dao.UserDAO Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Plugin-Security Show documentation
Show all versions of Plugin-Security Show documentation
API de l'application modulaire evasion-en-ligne
The newest version!
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.evasion.plugin.security.dao;
import com.evasion.dao.api.AbstractJPAGenericDAO;
import com.evasion.entity.security.User;
/**
* Classe d'accès au objet méter User.
* @author sebastien
*/
public class UserDAO extends AbstractJPAGenericDAO{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy