Project

General

Profile

Download (374 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
* Copyright (C) 2008 EDIT
3
* European Distributed Institute of Taxonomy
4
* http://www.e-taxonomy.eu
5
*/
6

    
7
package eu.etaxonomy.cdm.persistence.dao.common;
8

    
9
import eu.etaxonomy.cdm.model.common.SourcedEntityBase;
10

    
11
/**
12
 * @author a.babadshanjan
13
 * @since 04.09.2008
14
 */
15
public interface ISourcedEntityDao<T extends SourcedEntityBase>
16
            extends ICdmEntityDao<T> {
17

    
18
}
(17-17/21)