Project

General

Profile

« Previous | Next » 

Revision 01ec16e7

Added by Katja Luther over 2 years ago

revert out comment code

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dao/hibernate/term/TermVocabularyDaoImpl.java
322 322
            queryString = TermDto.getTermDtoSelect();
323 323
        }
324 324
        queryString = queryString
325
                + " where v.uuid = :vocabularyUuid ";
326
//                + "and a.partOf is null "
327
//                + "and a.kindOf is null";
325
                + " where v.uuid = :vocabularyUuid "
326
                + " and a.partOf is null "
327
                + " and a.kindOf is null";
328 328
        Query query =  getSession().createQuery(queryString);
329 329
        query.setParameter("vocabularyUuid", vocabularyUuid);
330 330

  

Also available in: Unified diff