Project

General

Profile

« Previous | Next » 

Revision 4ac5c0e4

Added by Andreas Müller over 6 years ago

cleanup

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/TermBase.java
82 82
    @OneToMany(fetch=FetchType.EAGER, orphanRemoval=true)
83 83
    @Cascade( { CascadeType.SAVE_UPDATE, CascadeType.MERGE, CascadeType.DELETE})
84 84
    // @IndexedEmbedded no need for embedding since we are using the DefinedTermBaseClassBridge
85
    private Set<Representation> representations = new HashSet<Representation>();
85
    private Set<Representation> representations = new HashSet<>();
86 86

  
87 87
//******************* CONSTRUCTOR *************************************/
88 88

  

Also available in: Unified diff