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

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

Uses of Index in org.apache.openejb.core
 

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

Methods in org.apache.openejb.core with parameters of type Index
 void CoreDeploymentInfo.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,javax.persistence.EntityManager> 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,javax.persistence.EntityManager> Instance.getEntityManagers(Index<javax.persistence.EntityManagerFactory,Map> factories)
           
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.