Project

General

Profile

« Previous | Next » 

Revision a784f00f

Added by Katja Luther about 14 years ago

merge cate-development2 branch with trunk

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/taxon/TaxonomicTree.java
35 35
import org.hibernate.annotations.Cascade;
36 36
import org.hibernate.annotations.CascadeType;
37 37
import org.hibernate.envers.Audited;
38
import org.hibernate.search.annotations.Indexed;
38 39
import org.hibernate.search.annotations.IndexedEmbedded;
39 40

  
40 41
import eu.etaxonomy.cdm.model.common.IReferencedEntity;
......
59 60
@XmlRootElement(name = "TaxonomicTree")
60 61
@Entity
61 62
@Audited
63
@Indexed(index = "eu.etaxonomy.cdm.model.taxon.TaxonomicTree")
62 64
public class TaxonomicTree extends IdentifiableEntity implements IReferencedEntity, ITreeNode{
63 65
	private static final long serialVersionUID = -753804821474209635L;
64 66
	private static final Logger logger = Logger.getLogger(TaxonomicTree.class);

Also available in: Unified diff