Uses of Interface
javax.jdo.JDOEntityManager
Packages that use JDOEntityManager
-
Uses of JDOEntityManager in javax.jdo
Methods in javax.jdo that return JDOEntityManagerModifier and TypeMethodDescriptionJDOEntityManagerFactory.getPersistenceManager()
Get an instance ofJDOEntityManager
from this factory.JDOEntityManagerFactory.getPersistenceManager
(String userid, String password) Get an instance ofJDOEntityManager
from this factory.JDOEntityManagerFactory.getPersistenceManagerProxy()
Get a thread-safe instance of a proxy that dynamically binds on each method call to an instance ofJDOEntityManager
.