Uses of Interface
javax.jdo.JDOEntityManager

Packages that use JDOEntityManager
javax.jdo This package contains the JDO specification interfaces and classes. 
 

Uses of JDOEntityManager in javax.jdo
 

Methods in javax.jdo that return JDOEntityManager
 JDOEntityManager JDOEntityManagerFactory.getPersistenceManager()
          Get an instance of JDOEntityManager from this factory.
 JDOEntityManager JDOEntityManagerFactory.getPersistenceManager(java.lang.String userid, java.lang.String password)
          Get an instance of JDOEntityManager from this factory.
 JDOEntityManager JDOEntityManagerFactory.getPersistenceManagerProxy()
          Get a thread-safe instance of a proxy that dynamically binds on each method call to an instance of JDOEntityManager.
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.