Uses of Interface
org.apache.geronimo.persistence.ExtendedEntityManagerRegistry

Packages that use ExtendedEntityManagerRegistry
org.apache.geronimo.openejb   
org.apache.geronimo.persistence   
 

Uses of ExtendedEntityManagerRegistry in org.apache.geronimo.openejb
 

Classes in org.apache.geronimo.openejb that implement ExtendedEntityManagerRegistry
 class EntityManagerRegistryImpl
           
 

Uses of ExtendedEntityManagerRegistry in org.apache.geronimo.persistence
 

Constructors in org.apache.geronimo.persistence with parameters of type ExtendedEntityManagerRegistry
CMPEntityManagerExtended(ExtendedEntityManagerRegistry entityManagerRegistry, EntityManagerFactory entityManagerFactory, Map entityManagerProperties)
           
 

Constructor parameters in org.apache.geronimo.persistence with type arguments of type ExtendedEntityManagerRegistry
PersistenceUnitGBean(String persistenceUnitName, String persistenceProviderClassName, String persistenceUnitTransactionTypeString, ResourceSource<ResourceException> jtaDataSourceWrapper, ResourceSource<ResourceException> nonJtaDataSourceWrapper, List<String> mappingFileNamesUntyped, List<String> jarFileUrlsUntyped, String persistenceUnitRoot, List<String> managedClassNames, boolean excludeUnlistedClassesValue, Properties properties, org.apache.geronimo.transaction.manager.TransactionManagerImpl transactionManager, Collection<ExtendedEntityManagerRegistry> entityManagerRegistry, URL configurationBaseURL, ClassLoader classLoader)
           
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.