Uses of Class
org.azzyzt.jee.runtime.exception.DuplicateProxyIdException

Packages that use DuplicateProxyIdException
org.azzyzt.jee.runtime.conv   
org.azzyzt.jee.runtime.eao   
 

Uses of DuplicateProxyIdException in org.azzyzt.jee.runtime.conv
 

Methods in org.azzyzt.jee.runtime.conv that throw DuplicateProxyIdException
 EntityBase ConverterRawInterface.fromRawDto(java.lang.Object in)
          converts a DTO to the associated entity
 

Uses of DuplicateProxyIdException in org.azzyzt.jee.runtime.eao
 

Methods in org.azzyzt.jee.runtime.eao that throw DuplicateProxyIdException
 void IdTranslator.addTranslation(java.lang.Number proxy, java.lang.Object value)
           
 java.lang.Object[] MultiObjectSaver.store(EaoBase eao, InvocationRegistryInterface invocationRegistry, TypeMetaInfoInterface tmi, java.util.List dtos)
          Uses an EAO and type meta information to persist the entities corresponding to a list of DTOs.