1   package cz.muni.fi.pclis.commons.dao;
2   
3   import cz.muni.fi.pclis.domain.TestEntity;
4   
5   /**
6    * User: Ľuboš Pecho
7    * Date: 25.5.2010
8    * Time: 17:33:28
9    * To change this template use File | Settings | File Templates.
10   */
11  public interface TestEntityDao extends GenericDao<TestEntity>{
12  }