extending the title and name cache auto initializer by relationsFromThisName - #4174...
[cdmlib.git] / cdmlib-persistence / src / main / java / eu / etaxonomy / cdm / persistence / dao / molecular / ISequenceDao.java
1 // $Id$
2 /**
3 * Copyright (C) 2014 EDIT
4 * European Distributed Institute of Taxonomy
5 * http://www.e-taxonomy.eu
6 *
7 * The contents of this file are subject to the Mozilla Public License Version 1.1
8 * See LICENSE.TXT at the top of this package for the full license terms.
9 */
10 package eu.etaxonomy.cdm.persistence.dao.molecular;
11
12 import eu.etaxonomy.cdm.model.molecular.Sequence;
13 import eu.etaxonomy.cdm.persistence.dao.common.IAnnotatableDao;
14
15 /**
16 * @author pplitzner
17 * @date 11.03.2014
18 *
19 */
20 public interface ISequenceDao extends IAnnotatableDao<Sequence>{
21
22 }