Uses of Interface
org.jpox.api.ApiAdapter

Packages that use ApiAdapter
org.jpox This package provides classes that are typically client-facing. 
org.jpox.api Provides adapters for different client APIs, like JDO, JPA and so on. 
org.jpox.jdo Package providing components specific to JDO persistence. 
org.jpox.metadata Provides classes representing the MetaData for files, packages, classes, fields, containers, etc. 
org.jpox.sco Provides implementations of the wrappers for the mutable Second Class Objects (SCO's) supported by JPOX. 
org.jpox.state Provides classes relating to the life cycle state of a persistable object. 
org.jpox.store Package handling the storage of classes to the datastore, and the management of the datastore. 
org.jpox.store.mapped.mapping Package providing mappings for all supported Java types in JPOX. 
 

Uses of ApiAdapter in org.jpox
 

Fields in org.jpox declared as ApiAdapter
protected  ApiAdapter TypeManager.api
           
 

Methods in org.jpox that return ApiAdapter
 ApiAdapter OMFContext.getApiAdapter()
          Accessor for the ApiAdapter
 ApiAdapter ObjectManagerImpl.getApiAdapter()
          Accessor for the API adapter.
 ApiAdapter ObjectManager.getApiAdapter()
          Accessor for the API adapter.
 

Constructors in org.jpox with parameters of type ApiAdapter
TypeManager(ApiAdapter api, PluginManager mgr, ClassLoaderResolver clr)
          Constructor, loading JPOX's support for type mappings using the plugin mechanism.
 

Uses of ApiAdapter in org.jpox.api
 

Methods in org.jpox.api that return ApiAdapter
 ApiAdapter ApiAdapterFactory.getApiAdapter(java.lang.String name)
          Accessor for an adapter, given the api name.
 

Uses of ApiAdapter in org.jpox.jdo
 

Classes in org.jpox.jdo that implement ApiAdapter
 class JDOAdapter
          Adapter for the JDO API, to allow the JPOX core runtime to expose multiple APIs to clients.
 

Uses of ApiAdapter in org.jpox.metadata
 

Methods in org.jpox.metadata that return ApiAdapter
 ApiAdapter MetaDataManager.getApiAdapter()
          Accessor for the API adapter being used by this MetaDataManager.
 

Uses of ApiAdapter in org.jpox.sco
 

Methods in org.jpox.sco with parameters of type ApiAdapter
static void SCOUtils.updateCollectionWithCollection(ApiAdapter api, java.util.Collection coll, java.util.Collection newColl)
          Convenience method to update a collection to contain the elements in another collection.
static boolean SCOUtils.updateMapWithMapKeysValues(ApiAdapter api, java.util.Map map, java.util.Map keysValues)
          Convenience method for use by Map attachCopy methods to update the passed (attached) map using the (attached) map keys/values passed.
 

Uses of ApiAdapter in org.jpox.state
 

Constructors in org.jpox.state with parameters of type ApiAdapter
DetachState(ApiAdapter api)
          Constructor.
 

Uses of ApiAdapter in org.jpox.store
 

Methods in org.jpox.store that return ApiAdapter
 ApiAdapter AbstractStoreManager.getApiAdapter()
           
 ApiAdapter StoreManager.getApiAdapter()
          Accessor for the API adapter.
 ApiAdapter FederationManager.getApiAdapter()
           
 

Uses of ApiAdapter in org.jpox.store.mapped.mapping
 

Methods in org.jpox.store.mapped.mapping with parameters of type ApiAdapter
protected  java.lang.Class AbstractMappingManager.getMappingClass(java.lang.Class c, boolean serialised, boolean embedded, java.lang.String fieldName, TypeManager typeMgr, ApiAdapter api)
          Accessor for the mapping class for the specified class.
 



Copyright © -2008 . All Rights Reserved.