Project

General

Profile

« Previous | Next » 

Revision c986e218

Added by Andreas Kohlbecker over 6 years ago

ref #7046 load by id method in service base class

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/ServiceBase.java
173 173
        return load(uuid);
174 174
    }
175 175

  
176
    @Override
177
    @Transactional(readOnly = true)
178
    public T load(int id, List<String> propertyPaths) {
179
        return dao.load(id, propertyPaths);
180
    }
181

  
176 182
    @Override
177 183
    @Transactional(readOnly = true)
178 184
    public T load(UUID uuid, List<String> propertyPaths){

Also available in: Unified diff