org.jpox
Interface PMFConfiguration.StringPropertySetter

Enclosing interface:
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.
 

Method Detail

set

public 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 © -2007 . All Rights Reserved.