Project

General

Profile

« Previous | Next » 

Revision bcbe5633

Added by Andreas Müller almost 3 years ago

ref #9683 add loadProxy method to services and adapt test to work with current auto initialize settings

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dao/hibernate/common/CdmEntityDaoBase.java
775 775
        return bean;
776 776
    }
777 777

  
778
    @Override
779
    public T loadProxy(int id){
780
        return this.getSession().load(type, id);
781
    }
782

  
778 783
    @Override
779 784
    public T load(UUID uuid, List<String> propertyPaths) {
780 785
        return this.load(uuid, INCLUDE_UNPUBLISHED, propertyPaths);

Also available in: Unified diff