Uses of Class
org.apache.openejb.util.Index

Packages that use Index
org.apache.openejb   
org.apache.openejb.core.managed   
org.apache.openejb.core.stateful   
 

Uses of Index in org.apache.openejb
 

Methods in org.apache.openejb that return Index
 Index<javax.persistence.EntityManagerFactory,Map> BeanContext.getExtendedEntityManagerFactories()
           
 

Methods in org.apache.openejb with parameters of type Index
 void BeanContext.setExtendedEntityManagerFactories(Index<javax.persistence.EntityManagerFactory,Map> extendedEntityManagerFactories)
           
 

Uses of Index in org.apache.openejb.core.managed
 

Methods in org.apache.openejb.core.managed with parameters of type Index
 Map<javax.persistence.EntityManagerFactory,JtaEntityManagerRegistry.EntityManagerTracker> Instance.getEntityManagers(Index<javax.persistence.EntityManagerFactory,Map> factories)
           
 

Uses of Index in org.apache.openejb.core.stateful
 

Methods in org.apache.openejb.core.stateful with parameters of type Index
 Map<javax.persistence.EntityManagerFactory,JtaEntityManagerRegistry.EntityManagerTracker> Instance.getEntityManagers(Index<javax.persistence.EntityManagerFactory,Map> factories)
           
 



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.