Register a new adapter in this repository.
@param key adapter key
@param adapter adapter to register (ValueCnverter, EntityRetriever, DtoToEntityMatcher)
@throws com.inspiresoftware.lib.dto.geda.exception.DuplicateValueConverterKeyException in case if key is already used in this repository.
Registers the adapter with the Service.
@param id The id of the adapter.
@param className The class of the adapter.
@return The previous adapter class that the id was associated with.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.