Project

General

Profile

« Previous | Next » 

Revision 2b6a1a12

Added by Andreas Müller over 16 years ago

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dao/common/TermVocabularyDaoImpl.java
3 3
 */
4 4
package eu.etaxonomy.cdm.persistence.dao.common;
5 5

  
6
import org.springframework.stereotype.Repository;
7

  
6 8
import eu.etaxonomy.cdm.model.common.DefinedTermBase;
7 9
import eu.etaxonomy.cdm.model.common.TermVocabulary;
8 10

  
......
10 12
 * @author a.mueller
11 13
 *
12 14
 */
15
@Repository
13 16
public class TermVocabularyDaoImpl extends CdmEntityDaoBase implements
14 17
		ITermVocabularyDao {
15 18

  
16 19
	/**
17 20
	 * @param type
18 21
	 */
19
	public TermVocabularyDaoImpl(Class type) {
20
		super(type);
22
	public TermVocabularyDaoImpl() {
23
		super(TermVocabulary.class);
21 24
	}
22 25

  
23 26
	/* (non-Javadoc)

Also available in: Unified diff