Project

General

Profile

« Previous | Next » 

Revision 22730b6c

Added by Andreas Müller almost 13 years ago

change return type for merge (#2654)

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dao/common/ICdmEntityDao.java
46 46
	 */
47 47
	public UUID save(T newOrManagedObject) throws DataAccessException;
48 48
	
49
	public UUID merge(T transientObject) throws DataAccessException;
49
	public T merge(T transientObject) throws DataAccessException;
50 50
	
51 51
	/**
52 52
	 * Obtains the specified LockMode on the supplied object

Also available in: Unified diff