org.jpox
Interface PMFConfiguration.StringPropertySetter
- Enclosing class:
- PMFConfiguration
protected static interface PMFConfiguration.StringPropertySetter
Interface allowing setting properties on a PMF with String property values.
|
Method Summary |
void |
set(PMFConfiguration configuration,
java.lang.String value)
Set this property on the given PersistenceManagerFactoryImpl to the String value. |
set
void set(PMFConfiguration configuration,
java.lang.String value)
- Set this property on the given PersistenceManagerFactoryImpl to the String value.
- Parameters:
configuration - The PMFConfiguration to set the value on.value - The String value to set.
Copyright © -2010 . All Rights Reserved.