Project

General

Profile

« Previous | Next » 

Revision e8302290

Added by Andreas Müller almost 8 years ago

Add generic find(clazz, uuid) method #5853

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dao/common/ICdmGenericDao.java
144 144
	/**
145 145
     * A generic method to retrieve any CdmBase object by its id and class.<BR>
146 146
     * Return the persistent instance of the given entity class with the given identifier,
147
     * or null if there is no such persistent instance. (If the instance is already
147
     * or <code>null</code> if there is no such persistent instance. (If the instance is already
148 148
     * associated with the session, return that instance. This method never returns
149 149
     * an uninitialized instance.)
150 150
     * @see Session#get(Class, java.io.Serializable)

Also available in: Unified diff