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

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

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

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

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

Methods in org.azzyzt.jee.runtime.eao that throw InvalidIdException
 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.
<I,T extends EntityBase<I>>
T
EaoBase.findOrInvalidId(java.lang.Class<T> clazz, I id)
          Fetches an entity by ID or, if the ID is invalid or null, fails.
<I,T extends EntityBase<I>>
T
EaoBase.findOrNull(java.lang.Class<T> clazz, I id)
          Fetches an entity by ID or, if not found, returns null.
 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.io.Serializable embeddedId)
          Translates the IDs in an embedded ID.