Salome HOME
01b386d0675ee45373147805d0d00eb6ab3ce8e3
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / dal / dao / kernel / UserDAO.java
1 /*****************************************************************************
2  * Company         EURIWARE
3  * Application     SIMAN
4  * File            $Id$ 
5  * Creation date   06.10.2012
6  * @author         $Author$
7  * @version        $Revision$
8  * Generated by Siman Generator on Wed Oct 17 14:28:24 MSD 2012
9  *****************************************************************************/
10
11 package org.splat.dal.dao.kernel; 
12
13 import org.splat.dal.bo.kernel.User;
14 import org.splat.dal.dao.kernel.GenericDAO;
15
16 /**
17  * User DAO class implementation.
18  * @author <a href="mailto:roman.kozlov@opencascade.com">Roman Kozlov (RKV)</a>
19  *
20  */
21 public interface UserDAO extends GenericDAO<User, Long> {
22 }