|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.AbstractStoreManager
org.datanucleus.store.json.JsonStoreManager
public class JsonStoreManager
| Field Summary |
|---|
| Fields inherited from class org.datanucleus.store.AbstractStoreManager |
|---|
autoStartMechanism, fixedDatastore, LOCALISER, nontxConnectionFactoryName, omfContext, persistenceHandler, readOnlyDatastore, readOnlyDatastoreAction, schemaHandler, starter, starterInitialised, storeDataMgr, storeManagerKey, storeManagerRuntime, txConnectionFactoryName, valueGenerationMgr |
| Constructor Summary | |
|---|---|
JsonStoreManager(org.datanucleus.ClassLoaderResolver clr,
org.datanucleus.OMFContext omfContext)
|
|
| Method Summary | |
|---|---|
java.util.Date |
getDatastoreDate()
|
org.datanucleus.store.Extent |
getExtent(org.datanucleus.ObjectManager om,
java.lang.Class c,
boolean subclasses)
Accessor for an Extent for a class. |
org.datanucleus.store.NucleusConnection |
getNucleusConnection(org.datanucleus.ObjectManager om)
|
java.util.Collection |
getSupportedOptions()
Accessor for the supported options in string form |
| Methods inherited from class org.datanucleus.store.AbstractStoreManager |
|---|
addClass, addClasses, assertReadOnlyForUpdateOfObject, clearAutoStarter, close, deregisterAllStoreData, getApiAdapter, getAutoStartMechanism, getBackingStoreForField, getClassNameForObjectID, getConnection, getConnection, getConnection, getMetaDataManager, getNucleusSequence, getOMFContext, getPersistenceHandler, getPropertiesForGenerator, getRuntimeManager, getSchemaHandler, getStoreManagerKey, getStrategyForNative, getStrategyValue, getStrategyValueForGenerator, getSubClassesForClass, getValueGenerationManager, initialiseAutoStart, isStrategyDatastoreAttributed, logConfiguration, manageClassForIdentity, managesClass, newStoreData, notifyObjectIsOutdated, performVersionCheck, printInformation, registerStoreData, removeAllClasses, supportsQueryLanguage, supportsValueStrategy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JsonStoreManager(org.datanucleus.ClassLoaderResolver clr,
org.datanucleus.OMFContext omfContext)
| Method Detail |
|---|
public java.util.Date getDatastoreDate()
getDatastoreDate in interface org.datanucleus.store.StoreManagergetDatastoreDate in class org.datanucleus.store.AbstractStoreManager
public org.datanucleus.store.Extent getExtent(org.datanucleus.ObjectManager om,
java.lang.Class c,
boolean subclasses)
getExtent in interface org.datanucleus.store.StoreManagergetExtent in class org.datanucleus.store.AbstractStoreManagerom - The Object Managerc - The class requiring the Extentsubclasses - Whether to include subclasses of 'c'
public org.datanucleus.store.NucleusConnection getNucleusConnection(org.datanucleus.ObjectManager om)
getNucleusConnection in interface org.datanucleus.store.StoreManagergetNucleusConnection in class org.datanucleus.store.AbstractStoreManagerpublic java.util.Collection getSupportedOptions()
getSupportedOptions in interface org.datanucleus.store.StoreManagergetSupportedOptions in class org.datanucleus.store.AbstractStoreManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||