com.evasion.plugin.common.dao.GroupSecDAO Maven / Gradle / Ivy
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.evasion.plugin.common.dao;
import com.evasion.dao.api.AbstractJPAGenericDAO;
import com.evasion.entity.security.GroupSec;
/**
*
* @author sebastien
*/
public class GroupSecDAO extends AbstractJPAGenericDAO {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy