| java.lang.Object org.jpox.plugin.PluginRegistryFactory
PluginRegistryFactory | public class PluginRegistryFactory (Code) | | Factory for PluginRegistry.
Creates an instance of PluginRegistry based on the available
PluginRegistry implementation in the JPOX Core classpath
|
newPluginRegistry | public static PluginRegistry newPluginRegistry(PersistenceConfiguration conf, ClassLoaderResolver clr)(Code) | | Instantiates a PluginRegistry. If the JPOX Core is deployed as an
eclipse plugin, uses the Eclipse OSGI Registry to find other JPOX plug-ins
Parameters: conf - the PersistenceConfiguration Parameters: clr - the ClassLoaderResolver instance of the PluginRegistry |
|
|