Uses of Interface
org.datanucleus.store.StoreManager
Packages that use StoreManager
Package
Description
This package provides classes that are typically externally called, whether that means by developers
or by other DataNucleus plugins.
Provides classes representing the MetaData for files, packages, classes, fields, containers, etc.
Provides classes relating to the life cycle state management of a persistable object.
Package handling the storage of classes to the datastore, and the management of the datastore.
Package providing the structure and some implementation for the auto-start mechanism.
Package defining the connection to the datastore.
Package providing management for federation of datastores.
Package providing query language support for datastores.
Package defining the data structure mechanism for the schema of the datastore.
Provides a series of convenience classes for modelling tables and columns that a class and its members map onto.
Package providing backing store definitions for (SCO) types that need a backing store.
Value Generation.
Package providing support specific to transactions for DataNucleus.
-
Uses of StoreManager in org.datanucleus
Fields in org.datanucleus declared as StoreManagerModifier and TypeFieldDescriptionprivate StoreManager
PersistenceNucleusContextImpl.storeMgr
Manager for the datastore used by this PMF/EMF.Methods in org.datanucleus that return StoreManagerModifier and TypeMethodDescriptiondefault StoreManager
ExecutionContext.getStoreManager()
Accessor for the Store Manager.PersistenceNucleusContext.getStoreManager()
PersistenceNucleusContextImpl.getStoreManager()
-
Uses of StoreManager in org.datanucleus.metadata
Methods in org.datanucleus.metadata with parameters of type StoreManagerModifier and TypeMethodDescriptionboolean
AbstractClassMetaData.pkIsDatastoreAttributed
(StoreManager storeMgr) Convenience method to calculate and return if the pk has some component that is generated in the datastore. -
Uses of StoreManager in org.datanucleus.state
Methods in org.datanucleus.state that return StoreManagerModifier and TypeMethodDescriptionDNStateManager.getStoreManager()
StateManagerImpl.getStoreManager()
-
Uses of StoreManager in org.datanucleus.store
Classes in org.datanucleus.store that implement StoreManagerModifier and TypeClassDescriptionclass
An abstract representation of a Store Manager.Fields in org.datanucleus.store declared as StoreManagerModifier and TypeFieldDescriptionprotected final StoreManager
NucleusSequenceImpl.storeManager
Store Manager where we obtain our sequence.protected StoreManager
AbstractPersistenceHandler.storeMgr
Methods in org.datanucleus.store that return StoreManagerModifier and TypeMethodDescriptionstatic StoreManager
StoreManagerHelper.createStoreManagerForProperties
(Map<String, Object> props, Map<String, Object> datastoreProps, ClassLoaderResolver clr, NucleusContext nucCtx) Method to create a StoreManager based on the specified properties passed in.Constructors in org.datanucleus.store with parameters of type StoreManagerModifierConstructorDescriptionAbstractPersistenceHandler
(StoreManager storeMgr) NucleusSequenceImpl
(ExecutionContext objectMgr, StoreManager storeMgr, SequenceMetaData seqmd) Constructor. -
Uses of StoreManager in org.datanucleus.store.autostart
Fields in org.datanucleus.store.autostart declared as StoreManagerConstructors in org.datanucleus.store.autostart with parameters of type StoreManagerModifierConstructorDescriptionClassesAutoStarter
(StoreManager storeMgr, ClassLoaderResolver clr) Constructor, taking the names of the classes to use.MetaDataAutoStarter
(StoreManager storeMgr, ClassLoaderResolver clr) Constructor, taking the names of the metadata to use. -
Uses of StoreManager in org.datanucleus.store.connection
Fields in org.datanucleus.store.connection declared as StoreManagerModifier and TypeFieldDescriptionprotected StoreManager
AbstractConnectionFactory.storeMgr
(package private) final StoreManager
ConnectionManagerImpl.storeMgr
StoreManager that we are managing the connections for.Constructors in org.datanucleus.store.connection with parameters of type StoreManagerModifierConstructorDescriptionAbstractConnectionFactory
(StoreManager storeMgr, String resourceName) Constructor.ConnectionManagerImpl
(StoreManager storeMgr) Constructor. -
Uses of StoreManager in org.datanucleus.store.federation
Classes in org.datanucleus.store.federation that implement StoreManagerModifier and TypeClassDescriptionclass
A federated StoreManager orchestrates the persistence/retrieval for multiple datastores.Fields in org.datanucleus.store.federation declared as StoreManagerModifier and TypeFieldDescriptionprotected StoreManager
FederatedStoreManager.primaryStoreMgr
Primary StoreManager.Fields in org.datanucleus.store.federation with type parameters of type StoreManagerModifier and TypeFieldDescriptionprotected Map
<String, StoreManager> FederatedStoreManager.secondaryStoreMgrMap
Map of secondary StoreManager keyed by their symbolic name.Methods in org.datanucleus.store.federation that return StoreManagerModifier and TypeMethodDescriptionFederatedStoreManager.getStoreManagerForClass
(String className, ClassLoaderResolver clr) Accessor for the StoreManager to use for the specified class.FederatedStoreManager.getStoreManagerForClass
(AbstractClassMetaData cmd) Accessor for the StoreManager to use for persisting the specified class.Constructors in org.datanucleus.store.federation with parameters of type StoreManagerModifierConstructorDescriptionFederatedJDOQLQuery
(StoreManager storeMgr, ExecutionContext ec) Constructs a new query instance that uses the given execution context.FederatedJDOQLQuery
(StoreManager storeMgr, ExecutionContext ec, String query) Constructor for a JDOQL query where the query is specified using the "Single-String" format.FederatedJDOQLQuery
(StoreManager storeMgr, ExecutionContext ec, FederatedJDOQLQuery q) Constructs a new query instance having the same criteria as the given query.FederatedPersistenceHandler
(StoreManager storeMgr) Constructor.FederatedQueryManagerImpl
(NucleusContext nucleusContext, StoreManager storeMgr) -
Uses of StoreManager in org.datanucleus.store.query
Fields in org.datanucleus.store.query declared as StoreManagerModifier and TypeFieldDescriptionprotected final StoreManager
Query.storeMgr
protected StoreManager
QueryManagerImpl.storeMgr
Methods in org.datanucleus.store.query that return StoreManagerModifier and TypeMethodDescriptionQuery.getStoreManager()
Accessor for the StoreManager associated with this Query.Constructors in org.datanucleus.store.query with parameters of type StoreManagerModifierConstructorDescriptionAbstractJavaQuery
(StoreManager storeMgr, ExecutionContext ec) Constructor for a Java-based query.AbstractJDOQLQuery
(StoreManager storeMgr, ExecutionContext ec) Constructor.AbstractJDOQLQuery
(StoreManager storeMgr, ExecutionContext ec, String query) Constructor for a JDOQL query where the query is specified using the "Single-String" format.AbstractJDOQLQuery
(StoreManager storeMgr, ExecutionContext ec, AbstractJDOQLQuery q) Constructs a new query instance having the same criteria as the given query.AbstractJPQLQuery
(StoreManager storeMgr, ExecutionContext ec) Constructor.AbstractJPQLQuery
(StoreManager storeMgr, ExecutionContext ec, String query) Constructor for a JPQL query where the query is specified using the "Single-String" format.AbstractJPQLQuery
(StoreManager storeMgr, ExecutionContext ec, AbstractJPQLQuery q) Constructs a new query instance having the same criteria as the given query.AbstractStoredProcedureQuery
(StoreManager storeMgr, ExecutionContext ec, String procName) Constructs a new query instance having the same criteria as the given query.AbstractStoredProcedureQuery
(StoreManager storeMgr, ExecutionContext ec, AbstractStoredProcedureQuery query) Constructs a new query instance from the existing query.Query
(StoreManager storeMgr, ExecutionContext ec) Constructs a new query instance that uses the given ExecutionContext.QueryManagerImpl
(NucleusContext nucleusContext, StoreManager storeMgr) -
Uses of StoreManager in org.datanucleus.store.schema
Fields in org.datanucleus.store.schema declared as StoreManagerMethods in org.datanucleus.store.schema that return StoreManagerModifier and TypeMethodDescriptionAbstractStoreSchemaHandler.getStoreManager()
StoreSchemaHandler.getStoreManager()
Constructors in org.datanucleus.store.schema with parameters of type StoreManagerModifierConstructorDescriptionAbstractStoreSchemaHandler
(StoreManager storeMgr) DefaultStoreSchemaHandler
(StoreManager storeMgr) -
Uses of StoreManager in org.datanucleus.store.schema.table
Fields in org.datanucleus.store.schema.table declared as StoreManagerMethods in org.datanucleus.store.schema.table that return StoreManagerConstructors in org.datanucleus.store.schema.table with parameters of type StoreManagerModifierConstructorDescriptionCompleteClassTable
(StoreManager storeMgr, AbstractClassMetaData cmd, SchemaVerifier verifier) -
Uses of StoreManager in org.datanucleus.store.types.scostore
Methods in org.datanucleus.store.types.scostore that return StoreManager -
Uses of StoreManager in org.datanucleus.store.valuegenerator
Fields in org.datanucleus.store.valuegenerator declared as StoreManagerModifier and TypeFieldDescriptionprotected StoreManager
AbstractGenerator.storeMgr
protected final StoreManager
ValueGenerationManagerImpl.storeMgr
Constructors in org.datanucleus.store.valuegenerator with parameters of type StoreManagerModifierConstructorDescriptionAbstractConnectedGenerator
(StoreManager storeMgr, String name, Properties props) Constructor.AbstractGenerator
(StoreManager storeMgr, String name) Constructor.AbstractUUIDGenerator
(StoreManager storeMgr, String name) Constructor.AUIDGenerator
(StoreManager storeMgr, String name) TimestampGenerator
(StoreManager storeMgr, String name) Constructor.TimestampValueGenerator
(StoreManager storeMgr, String name) Constructor.UUIDGenerator
(StoreManager storeMgr, String name) Constructor.UUIDHexGenerator
(StoreManager storeMgr, String name) Constructor.UUIDObjectGenerator
(StoreManager storeMgr, String name) UUIDStringGenerator
(StoreManager storeMgr, String name) Constructor.ValueGenerationManagerImpl
(StoreManager storeMgr) Constructor. -
Uses of StoreManager in org.datanucleus.transaction
Methods in org.datanucleus.transaction with parameters of type StoreManagerModifier and TypeMethodDescriptionstatic String
TransactionUtils.getTransactionIsolationForStoreManager
(StoreManager storeMgr, String transactionIsolation) Method to return the transaction isolation level that will be used for the provided StoreManager bearing in mind the specified level the user requested.