/***************************************************************************** * Company EURIWARE * Application SIMAN * File $Id$ * Creation date 06.10.2012 * @author $Author$ * @version $Revision$ * Generated by Siman Generator on $date *****************************************************************************/ package ${DAOPackage}; import ${EntityPackage}.${EntityClass}; import org.splat.dal.dao.kernel.GenericDAO; /** * ${EntityClass} DAO class implementation. * @author Roman Kozlov (RKV) * */ public interface ${EntityClass}DAO extends GenericDAO<${EntityClass}, Long> { }