Uses of Interface
org.datanucleus.api.ApiAdapter
-
Packages that use ApiAdapter Package Description org.datanucleus This package provides classes that are typically externally called, whether that means by developers or by other DataNucleus plugins.org.datanucleus.api Provides adapters for different client APIs, like JDO, JPA and so on.org.datanucleus.cache This package provides classes implementing L1/L2 persistable object caching within DataNucleus.org.datanucleus.metadata Provides classes representing the MetaData for files, packages, classes, fields, containers, etc.org.datanucleus.state Provides classes relating to the life cycle state management of a persistable object.org.datanucleus.store Package handling the storage of classes to the datastore, and the management of the datastore.org.datanucleus.store.federation Package providing management for federation of datastores.org.datanucleus.store.query Package providing query language support for datastores.org.datanucleus.store.query.inmemory Package providing the evaluation of queries using an in-memory process with evaluators for JDOQL and JPQL.org.datanucleus.store.types Package providing basic java type handling for DataNucleus. -
-
Uses of ApiAdapter in org.datanucleus
Fields in org.datanucleus declared as ApiAdapter Modifier and Type Field Description private ApiAdapterDetachState. apiAdapter for the API being used.protected ApiAdapterAbstractNucleusContext. apiAdapterAPI adapter used by the context.Methods in org.datanucleus that return ApiAdapter Modifier and Type Method Description ApiAdapterAbstractNucleusContext. getApiAdapter()default ApiAdapterExecutionContext. getApiAdapter()Accessor for the API adapter.ApiAdapterNucleusContext. getApiAdapter()Constructors in org.datanucleus with parameters of type ApiAdapter Constructor Description DetachState(ApiAdapter api)Constructor. -
Uses of ApiAdapter in org.datanucleus.api
Fields in org.datanucleus.api with type parameters of type ApiAdapter Modifier and Type Field Description (package private) java.util.Map<java.lang.String,ApiAdapter>ApiAdapterFactory. adaptersThe adapter instances, mapped by naming string.Methods in org.datanucleus.api that return ApiAdapter Modifier and Type Method Description ApiAdapterApiAdapterFactory. getApiAdapter(java.lang.String name, PluginManager pluginMgr)Accessor for an adapter, given the api name.Methods in org.datanucleus.api with parameters of type ApiAdapter Modifier and Type Method Description private voidApiAdapterFactory. addAdapter(java.lang.String name, ApiAdapter apiAdapter)Method to add support for an API via an adapter. -
Uses of ApiAdapter in org.datanucleus.cache
Fields in org.datanucleus.cache declared as ApiAdapter Modifier and Type Field Description protected ApiAdapterAbstractReferencedLevel2Cache. apiAdapterMethods in org.datanucleus.cache with parameters of type ApiAdapter Modifier and Type Method Description private java.lang.ObjectL2CachePopulateFieldManager. getCacheableIdForId(ApiAdapter api, java.lang.Object pc) -
Uses of ApiAdapter in org.datanucleus.metadata
Methods in org.datanucleus.metadata that return ApiAdapter Modifier and Type Method Description ApiAdapterMetaDataManager. getApiAdapter()ApiAdapterMetaDataManagerImpl. getApiAdapter() -
Uses of ApiAdapter in org.datanucleus.state
Fields in org.datanucleus.state declared as ApiAdapter Modifier and Type Field Description (package private) ApiAdapterAppIdObjectIdFieldConsumer. apiConstructors in org.datanucleus.state with parameters of type ApiAdapter Constructor Description AppIdObjectIdFieldConsumer(ApiAdapter api, FieldManager fm) -
Uses of ApiAdapter in org.datanucleus.store
Methods in org.datanucleus.store that return ApiAdapter Modifier and Type Method Description ApiAdapterAbstractStoreManager. getApiAdapter()ApiAdapterStoreManager. getApiAdapter()Accessor for the API adapter. -
Uses of ApiAdapter in org.datanucleus.store.federation
Methods in org.datanucleus.store.federation that return ApiAdapter Modifier and Type Method Description ApiAdapterFederatedStoreManager. getApiAdapter() -
Uses of ApiAdapter in org.datanucleus.store.query
Fields in org.datanucleus.store.query declared as ApiAdapter Modifier and Type Field Description protected ApiAdapterAbstractQueryResult. api -
Uses of ApiAdapter in org.datanucleus.store.query.inmemory
Fields in org.datanucleus.store.query.inmemory declared as ApiAdapter Modifier and Type Field Description (package private) ApiAdapterInMemoryQueryResult. apiConstructors in org.datanucleus.store.query.inmemory with parameters of type ApiAdapter Constructor Description InMemoryQueryResult(java.util.List results, ApiAdapter api) -
Uses of ApiAdapter in org.datanucleus.store.types
Methods in org.datanucleus.store.types with parameters of type ApiAdapter Modifier and Type Method Description static booleanSCOUtils. collectionsAreEqual(ApiAdapter api, java.util.Collection oldColl, java.util.Collection newColl)Convenience method to return if two collections of persistent elements are equal.static booleanSCOUtils. updateCollectionWithCollection(ApiAdapter api, java.util.Collection coll, java.util.Collection elements)Convenience method to update a Collection to match the provided elements.static booleanSCOUtils. 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.
-