Package | Description |
---|---|
org.apache.jdo.impl.pm |
This package contains classes that are for use across all kinds of implementations
of the JDO Reference Implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
PersistenceManagerFactoryImpl
This is an abstract PersistenceManagerFactoryImpl class that provides the
StoreManager independent implementation of javax.jdo.PersistenceManager
interface.
|
Constructor and Description |
---|
PersistenceManagerImpl(PersistenceManagerFactoryInternal pmf,
java.lang.String username,
java.lang.String password)
Constructs new instance of PersistenceManagerImpl for this
PersistenceManagerFactoryInternal and particular combination of
username and password.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.