public static interface PersistenceManagerFactoryImpl.PMFAccessor extends Accessor
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get(PersistenceManagerFactoryImpl pmf)
Returns a value from a PMF, turned into a String.
|
java.lang.String |
getNonDefault(PersistenceManagerFactoryImpl pmf)
Returns a value from a PMF, turned into a String, only if the
current value is not the default.
|
void |
set(PersistenceManagerFactoryImpl pmf,
java.lang.String s)
Sets a value in a PMF, translating from String to the PMF's
representation.
|
getDefault
java.lang.String get(PersistenceManagerFactoryImpl pmf)
pmf
- the PersistenceManagerFactory to get the property fromjava.lang.String getNonDefault(PersistenceManagerFactoryImpl pmf)
pmf
- the PersistenceManagerFactory to get the property fromvoid set(PersistenceManagerFactoryImpl pmf, java.lang.String s)
pmf
- the PersistenceManagerFactory to set the property intos
- the property value associated with the Accessor keyCopyright © 2005-2012 Apache Software Foundation. All Rights Reserved.