Uses of Class
org.jpox.metadata.MetaDataManager

Packages that use MetaDataManager
org.jpox This package provides classes that are typically client-facing. 
org.jpox.metadata Provides classes representing the MetaData for files, packages, classes, fields, containers, etc. 
org.jpox.resource A JCA resource adapter for JPOX. 
org.jpox.state Provides classes relating to the life cycle state of a persistable object. 
org.jpox.store Definition of the storage of the classes. 
 

Uses of MetaDataManager in org.jpox
 

Methods in org.jpox that return MetaDataManager
 MetaDataManager AbstractPersistenceManager.getMetaDataManager()
          Accessor for the MetaDataManager for this PMF.
 MetaDataManager PersistenceManager.getMetaDataManager()
          Accessor for the MetaData Manager.
 MetaDataManager StateManager.getMetaDataManager()
          Accessor for the manager for MetaData.
 MetaDataManager PMFContext.getMetaDataManager()
          Accessor for the Meta-Data Manager.
 

Methods in org.jpox with parameters of type MetaDataManager
 java.lang.Object ImplementationCreator.newInstance(java.lang.Class pc, MetaDataManager mmgr, ClassLoaderResolver loader)
          Constructs an implementation for an interface and instantiates it
 

Uses of MetaDataManager in org.jpox.metadata
 

Fields in org.jpox.metadata declared as MetaDataManager
protected  MetaDataManager FileMetaData.metaDataManager
          Manager for this MetaData object.
 

Methods in org.jpox.metadata that return MetaDataManager
 MetaDataManager AbstractClassMetaData.getMetaDataManager()
          Convenience accessor for the MetaData Manager in use.
 MetaDataManager AbstractPropertyMetaData.getMetaDataManager()
          Convenience accessor for the MetaData Manager in use.
 MetaDataManager FileMetaData.getMetaDataManager()
          Accessor for the MetaDataManager for this file.
 MetaDataManager ContainerMetaData.getMetaDataManager()
          Accessor for the MetaDataManager of the file.
 

Methods in org.jpox.metadata with parameters of type MetaDataManager
static FileMetaData MetaDataParser.parseMetaData(java.net.URL url, boolean validate, MetaDataManager mdm)
          Method to parse a JDO MetaData file given the URL of the file.
static FileMetaData MetaDataParser.parseMetaDataStream(java.io.InputStream in, boolean validate, MetaDataManager mdm, java.lang.String filename)
          Method to parse a JDO MetaData file given an InputStream.
 

Constructors in org.jpox.metadata with parameters of type MetaDataManager
FileMetaData(java.lang.String filename, MetaDataManager metaDataManager, java.lang.String catalog, java.lang.String schema)
          Constructor.
MetaDataParser(MetaDataManager mdm, java.lang.String filename)
          Constructor.
 

Uses of MetaDataManager in org.jpox.resource
 

Methods in org.jpox.resource that return MetaDataManager
 MetaDataManager PersistenceManagerImpl.getMetaDataManager()
          Accessor for the MetaData Manager.
 

Uses of MetaDataManager in org.jpox.state
 

Methods in org.jpox.state that return MetaDataManager
 MetaDataManager StateManagerImpl.getMetaDataManager()
          Accessor for the MetaDataManager to use for this object.
 

Uses of MetaDataManager in org.jpox.store
 

Methods in org.jpox.store that return MetaDataManager
 MetaDataManager StoreManager.getMetaDataManager()
          Gets the MetaDataManager to use for this store.
 



Copyright © -2007 . All Rights Reserved.