Uses of Class
org.azzyzt.jee.runtime.eao.EaoBase

Packages that use EaoBase
org.azzyzt.jee.runtime.eao   
 

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

Methods in org.azzyzt.jee.runtime.eao with parameters of type EaoBase
 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.