Project

General

Profile

« Previous | Next » 

Revision ef59fcf5

Added by Andreas Kohlbecker over 5 years ago

SpecimenTypeDesignationWorkingSetServiceImpl load method read-only

View differences:

src/main/java/eu/etaxonomy/cdm/service/SpecimenTypeDesignationWorkingSetServiceImpl.java
107 107
     * {@inheritDoc}
108 108
     */
109 109
    @Override
110
    @Transactional
110
    @Transactional(readOnly=true)
111 111
    public SpecimenTypeDesignationWorkingSetDTO<Registration> load(UUID registrationUuid, TypedEntityReference<? extends IdentifiableEntity<?>> baseEntityRef) {
112 112

  
113 113
        RegistrationDTO regDTO = registrationWorkingSetService.loadDtoByUuid(registrationUuid);

Also available in: Unified diff