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

Packages that use InvalidArgumentException
org.azzyzt.jee.runtime.eao   
org.azzyzt.jee.runtime.meta   
 

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

Methods in org.azzyzt.jee.runtime.eao that throw InvalidArgumentException
 void MultiObjectDeleter.delete(EaoBase eao, TypeMetaInfoInterface tmi, java.util.List dtos)
          Uses an EAO and type meta information to delete the entities corresponding to a list of DTOs.
 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.
 

Uses of InvalidArgumentException in org.azzyzt.jee.runtime.meta
 

Methods in org.azzyzt.jee.runtime.meta that throw InvalidArgumentException
 java.lang.Class<?> TypeMetaInfoBase.getConverterForDto(java.lang.Class<?> clazz)
           
 java.lang.Class<?> TypeMetaInfoInterface.getConverterForDto(java.lang.Class<?> clazz)
           
 java.lang.Class<?> TypeMetaInfoBase.getEntityForDto(java.lang.Class<?> clazz)
           
 java.lang.Class<?> TypeMetaInfoInterface.getEntityForDto(java.lang.Class<?> clazz)