|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistenceManagerFactoryImpl | |
org.apache.jdo.impl.pm | This package contains classes that are for use across all kinds of implementations of the JDO Reference Implementation. |
Uses of PersistenceManagerFactoryImpl in org.apache.jdo.impl.pm |
Methods in org.apache.jdo.impl.pm with parameters of type PersistenceManagerFactoryImpl | |
java.lang.String |
PersistenceManagerFactoryImpl.PMFAccessor.get(PersistenceManagerFactoryImpl pmf)
Returns a value from a PMF, turned into a String. |
java.lang.String |
PersistenceManagerFactoryImpl.PMFAccessor.getNonDefault(PersistenceManagerFactoryImpl pmf)
Returns a value from a PMF, turned into a String, only if the current value is not the default. |
void |
PersistenceManagerFactoryImpl.PMFAccessor.set(PersistenceManagerFactoryImpl pmf,
java.lang.String s)
Sets a value in a PMF, translating from String to the PMF's representation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |