Project

General

Profile

« Previous | Next » 

Revision eae56a30

Added by Andreas Müller over 3 years ago

ref #6581 update HQL and property paths and similar to nomenclaturalSource (some issues unclear)

View differences:

cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/controller/dto/NameCatalogueController.java
168 168
    private static final List<String> NAME_INFORMATION_INIT_STRATEGY = Arrays.asList(new String[] {
169 169
            "taxonBases",
170 170
            "status",
171
            "nomenclaturalReference.$",
171
            "nomenclaturalSource.citation.$",
172 172
            "combinationAuthorship.$",
173 173
            "exCombinationAuthorship.$",
174 174
            "basionymAuthorship.$",
175 175
            "exBasionymAuthorship.$",
176 176
            "relationsToThisName.fromName.$",
177
            "relationsToThisName.nomenclaturalReference.$",
177
            "relationsToThisName.nomenclaturalSource.citation.$",
178 178
            "relationsToThisName.type.$",
179 179
            "relationsFromThisName.toName.$",
180
            "relationsFromThisName.nomenclaturalReference.$",
180
            "relationsFromThisName.nomenclaturalSource.citation.$",
181 181
            "relationsFromThisName.type.$"});
182 182

  
183 183
    /** Hibernate taxon information initialisation strategy */

Also available in: Unified diff