PersistenceManager getPersistenceManager(
String userid,
String password
)
Get an instance of
PersistenceManager
from this factory. The instance has default values for options. The parameters userid
and password
are used when obtaining datastore connections from the connection pool. After the first use of getPersistenceManager
, no "set" methods will succeed.
- Parameters:
userid
- the userid for the connectionpassword
- the password for the connection
- Return:
- a
PersistenceManager
instance with default options.
- Since:
- JDO 1.0