Uses of Class
org.jpox.PMFConfiguration

Packages that use PMFConfiguration
org.jpox This package provides classes that are typically client-facing. 
org.jpox.resource A JCA resource adapter for JPOX. 
 

Uses of PMFConfiguration in org.jpox
 

Subclasses of PMFConfiguration in org.jpox
 class AbstractPersistenceManagerFactory
          A factory used to obtain PersistenceManager instances.
 class PersistenceManagerFactoryImpl
          A factory used to obtain PersistenceManager instances.
 class SchemaTool
          Provides user-domain utilities for the maintenace of schemas.
 

Methods in org.jpox that return PMFConfiguration
 PMFConfiguration PMFContext.getPmfConfiguration()
          Accessor for the PMF Configuration.
 PMFConfiguration AbstractPersistenceManagerFactory.getPMFConfiguration()
          Accessor for the PMFConfiguration.
 

Methods in org.jpox with parameters of type PMFConfiguration
 void PMFConfiguration.ObjectPropertySetter.set(PMFConfiguration configuration, java.lang.Object value)
          Set this property on the given PersistenceManagerFactoryImpl to the Object value.
 void PMFConfiguration.StringPropertySetter.set(PMFConfiguration configuration, java.lang.String value)
          Set this property on the given PersistenceManagerFactoryImpl to the String value.
 

Constructors in org.jpox with parameters of type PMFConfiguration
PMFContext(PMFConfiguration pmfConfiguration)
          Constructor for the context.
 

Uses of PMFConfiguration in org.jpox.resource
 

Subclasses of PMFConfiguration in org.jpox.resource
 class ManagedConnectionFactoryImpl
          Implementation of the JCA adapter for use of JPOX in J2EE environments.
 



Copyright © -2010 . All Rights Reserved.