Project

General

Profile

« Previous | Next » 

Revision 3801822d

Added by Andreas Müller over 10 years ago

change DescriptionBase.descriptionElements to DescriptionBase.elements #3841

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dao/hibernate/reference/ReferenceDaoHibernateImpl.java
192 192
			// TaxonDescription
193 193
			"left join t.descriptions td " +
194 194
			"left join td.descriptionSources td_s " +
195
			"left join td.descriptionElements td_e " +
195
			"left join td.elements td_e " +
196 196
			"left join td_e.sources td_e_s " +
197 197
			// TaxonNameDescription
198 198
			"left join t.name n " +
199 199
			"left join n.descriptions nd " +
200 200
			"left join nd.descriptionSources nd_s " +
201
			"left join nd.descriptionElements nd_e " +
201
			"left join nd.elements nd_e " +
202 202
			"left join nd_e.sources nd_e_s " +
203 203

  
204 204
			"where td_e_s.citation in (:referenceBase_1) " +

Also available in: Unified diff