Uses of Class
org.datanucleus.store.StoreData
Packages that use StoreData
Package
Description
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 providing management for federation of datastores.
-
Uses of StoreData in org.datanucleus.store
Fields in org.datanucleus.store with type parameters of type StoreDataModifier and TypeFieldDescriptionStoreDataManager.savedStoreDataByName
the memory image of schema data before running itStoreDataManager.storeDataByName
Map of all managed store data, keyed by the class/field name.Methods in org.datanucleus.store that return StoreDataModifier and TypeMethodDescriptionGet the StoreData by the given class nameStoreDataManager.get
(AbstractMemberMetaData mmd) Get the StoreData by the given field/property when SCO, if it has some specific store data component (join table).AbstractStoreManager.getStoreDataForClass
(String className) StoreManager.getStoreDataForClass
(String className) StoreDataManager.getStoreDataForProperties
(String key1, Object value1, String key2, Object value2) Convenience accessor for all store data where property 1 has value1 and property 2 has value2.protected StoreData
AbstractStoreManager.newStoreData
(ClassMetaData cmd, ClassLoaderResolver clr) Instantiate a StoreData instance using the provided ClassMetaData and ClassLoaderResolver.Methods in org.datanucleus.store that return types with arguments of type StoreDataModifier and TypeMethodDescriptionStoreDataManager.getManagedStoreData()
Accessor for the StoreData currently managed by this store.Methods in org.datanucleus.store with parameters of type StoreDataModifier and TypeMethodDescriptionprotected void
AbstractStoreManager.registerStoreData
(StoreData data) Method to register some data with the store.protected void
StoreDataManager.registerStoreData
(StoreData data) Method to register some data with the store. -
Uses of StoreData in org.datanucleus.store.autostart
Fields in org.datanucleus.store.autostart with type parameters of type StoreDataMethods in org.datanucleus.store.autostart that return types with arguments of type StoreDataModifier and TypeMethodDescriptionAutoStartMechanism.getAllClassData()
Accessor for the data for the classes that are currently auto started.ClassesAutoStarter.getAllClassData()
Accessor for all auto start data for this starter.MetaDataAutoStarter.getAllClassData()
Accessor for all auto start data for this starter.Methods in org.datanucleus.store.autostart with parameters of type StoreDataModifier and TypeMethodDescriptionvoid
Method to add a class/field (with its data) to the currently-supported list.void
Method to add a class to the starter.void
Method to add a class to the starter. -
Uses of StoreData in org.datanucleus.store.federation
Methods in org.datanucleus.store.federation that return StoreData