org.jpox
Interface PMFConfiguration.ObjectPropertySetter

Enclosing interface:
PMFConfiguration

protected static interface PMFConfiguration.ObjectPropertySetter

Interface allowing setting properties on a PMF with Object property values.


Method Summary
 void set(PMFConfiguration configuration, java.lang.Object value)
          Set this property on the given PersistenceManagerFactoryImpl to the Object value.
 

Method Detail

set

public void set(PMFConfiguration configuration,
                java.lang.Object value)
Set this property on the given PersistenceManagerFactoryImpl to the Object value.

Parameters:
configuration - The PMFConfiguration to set the value on.
value - The Object value to set.


Copyright © -2007 . All Rights Reserved.