Package | Description |
---|---|
javax.jdo |
This package contains the JDO specification interfaces and classes.
|
Modifier and Type | Method | Description |
---|---|---|
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 . |