Project

General

Profile

« Previous | Next » 

Revision 58e2f57e

Added by Andreas Müller about 5 years ago

ref #8162 updates to test data in further metadata

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/term/TermVocabulary.java
61 61
@XmlRootElement(name = "TermVocabulary")
62 62
@Entity
63 63
//@Indexed disabled to reduce clutter in indexes, since this type is not used by any search
64
//@Indexed(index = "eu.etaxonomy.cdm.model.common.TermVocabulary")
64
//@Indexed(index = "eu.etaxonomy.cdm.model.term.TermVocabulary")
65 65
@Audited
66 66
@Inheritance(strategy=InheritanceType.SINGLE_TABLE)
67 67
public class TermVocabulary<T extends DefinedTermBase> extends TermBase implements Iterable<T> {

Also available in: Unified diff