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

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

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

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

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

Methods in org.azzyzt.jee.runtime.eao that throw InvalidProxyIdException
 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.
 java.lang.Object IdTranslator.translate(java.lang.Number proxy)
          Translates a proxy ID to a real ID.
 java.lang.Object IdTranslator.translate(java.io.Serializable embeddedId)
          Translates the IDs in an embedded ID.