Project

General

Profile

« Previous | Next » 

Revision c9b75310

Added by Andreas Müller over 3 years ago

cleanup

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dao/common/ICdmEntityDao.java
34 34
 */
35 35
public interface ICdmEntityDao<T extends CdmBase> {
36 36

  
37
    /**
38
     * @param transientObject
39
     * @return
40
     * @throws DataAccessException
41
     */
42 37
    public UUID saveOrUpdate(T transientObject) throws DataAccessException;
43 38

  
44 39
    /**

Also available in: Unified diff