Uses of Interface
org.azzyzt.jee.runtime.meta.TypeMetaInfoInterface

Packages that use TypeMetaInfoInterface
org.azzyzt.jee.runtime.eao   
org.azzyzt.jee.runtime.meta   
org.azzyzt.jee.runtime.util   
 

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

Methods in org.azzyzt.jee.runtime.eao with parameters of type TypeMetaInfoInterface
 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>>
java.util.List<T>
EaoBase.list(QuerySpec qs, java.lang.Class<T> clazz, TypeMetaInfoInterface tmi)
          Returns the result of a typed query.
 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 TypeMetaInfoInterface in org.azzyzt.jee.runtime.meta
 

Classes in org.azzyzt.jee.runtime.meta that implement TypeMetaInfoInterface
 class TypeMetaInfoBase
           
 

Uses of TypeMetaInfoInterface in org.azzyzt.jee.runtime.util
 

Constructors in org.azzyzt.jee.runtime.util with parameters of type TypeMetaInfoInterface
QueryBuilder(javax.persistence.EntityManager em, QuerySpec qs, java.lang.Class<T> clazz, TypeMetaInfoInterface tmi)