Uses of Class
org.datanucleus.plugin.PluginManager
Packages that use PluginManager
Package
Description
This package provides classes that are typically externally called, whether that means by developers
or by other DataNucleus plugins.
Provides adapters for different client APIs, like JDO, JPA and so on.
DataNucleus ByteCode enhancer framework.
Provides classes representing the MetaData for files, packages, classes, fields, containers, etc.
Provides classes for parsing XML metadata input data and converting into org.datanucleus.metadata input data for the DataNucleus persistence process.
Package providing the plugin mechanism utilised by DataNucleus.
Package providing basic java type handling for DataNucleus.
Package providing handlers for JTA transactions
-
Uses of PluginManager in org.datanucleus
Fields in org.datanucleus declared as PluginManagerModifier and TypeFieldDescriptionprotected final PluginManagerAbstractNucleusContext.pluginManagerManager for plug-ins.Methods in org.datanucleus that return PluginManagerModifier and TypeMethodDescriptionAbstractNucleusContext.getPluginManager()NucleusContext.getPluginManager()Accessor for the manager for DataNucleus plugins.Constructors in org.datanucleus with parameters of type PluginManagerModifierConstructorDescriptionAbstractNucleusContext(String apiName, Map startupProps, PluginManager pluginMgr) PersistenceNucleusContextImpl(String apiName, Map startupProps, PluginManager pluginMgr) Constructor for the context. -
Uses of PluginManager in org.datanucleus.api
Methods in org.datanucleus.api with parameters of type PluginManagerModifier and TypeMethodDescriptionApiAdapterFactory.getApiAdapter(String name, PluginManager pluginMgr) Accessor for an adapter, given the api name. -
Uses of PluginManager in org.datanucleus.enhancer
Constructors in org.datanucleus.enhancer with parameters of type PluginManagerModifierConstructorDescriptionEnhancementNucleusContextImpl(String apiName, Map startupProps, PluginManager pluginMgr) Constructor for the context. -
Uses of PluginManager in org.datanucleus.metadata
Methods in org.datanucleus.metadata with parameters of type PluginManagerModifier and TypeMethodDescriptionstatic PersistenceUnitMetaDataMetaDataUtils.getMetaDataForPersistenceUnit(PluginManager pluginMgr, String persistenceFilename, String unitName, boolean validate, boolean namespaceAware, ClassLoaderResolver clr) Convenience method to parse the available persistence.xml file(s) and find the metadata for the specified persistence-unit.static PersistenceFileMetaData[]MetaDataUtils.parsePersistenceFiles(PluginManager pluginMgr, String persistenceFilename, boolean validate, boolean namespaceAware, ClassLoaderResolver clr) Method to parse the available "persistence.xml" files returning the metadata for all found. -
Uses of PluginManager in org.datanucleus.metadata.xml
Fields in org.datanucleus.metadata.xml declared as PluginManagerModifier and TypeFieldDescription(package private) final PluginManagerXmlMetaDataEntityResolver.pluginMgrprotected final PluginManagerXmlMetaDataParser.pluginMgrPlugin Manager.Constructors in org.datanucleus.metadata.xml with parameters of type PluginManagerModifierConstructorDescriptionXmlMetaDataEntityResolver(PluginManager pluginMgr) XmlMetaDataParser(MetaDataManager mgr, PluginManager pluginMgr, boolean validate, boolean namespaceAware) Constructor. -
Uses of PluginManager in org.datanucleus.plugin
Methods in org.datanucleus.plugin that return PluginManagerModifier and TypeMethodDescriptionstatic PluginManagerPluginManager.createPluginManager(Map props, ClassLoader loader) Convenience method that will create and return a PluginManager using any passed in properties. -
Uses of PluginManager in org.datanucleus.store.types
Methods in org.datanucleus.store.types with parameters of type PluginManagerModifier and TypeMethodDescriptionprivate ClassTypeManagerImpl.loadClass(PluginManager mgr, ConfigurationElement elem, String className, String messageKey) private voidTypeManagerImpl.loadJavaTypes(PluginManager mgr) Method to load the java types that we support out of the box.private voidTypeManagerImpl.loadTypeConverters(PluginManager mgr) Method to load the java type that are currently registered in the PluginManager. -
Uses of PluginManager in org.datanucleus.transaction.jta
Methods in org.datanucleus.transaction.jta with parameters of type PluginManagerModifier and TypeMethodDescriptionprotected TransactionManagerLocatorTransactionManagerFinder.getTransactionManagerLocatorForName(PluginManager pluginMgr, String name)