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

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

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

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

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

Methods in org.azzyzt.jee.runtime.eao that throw EntityInstantiationException
<I,T extends EntityBase<I>>
T
EaoBase.findOrCreate(java.lang.Class<T> clazz, I id)
          Fetches an entity by ID or, if it does not exist, creates it.
 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.