Uses of Class
org.jpox.store.StoreData

Packages that use StoreData
org.jpox.store Package handling the storage of classes to the datastore, and the management of the datastore. 
org.jpox.store.mapped   
 

Uses of StoreData in org.jpox.store
 

Methods in org.jpox.store that return StoreData
 StoreData StoreDataManager.get(AbstractMemberMetaData apmd)
          Get the StoreData by the given field/property
 StoreData StoreDataManager.get(java.lang.String className)
          Get the StoreData by the given className
 StoreData[] StoreDataManager.getStoreDataForProperties(java.lang.String key1, java.lang.Object value1, java.lang.String key2, java.lang.Object value2)
          Convenience accessor for all store data where property 1 has value1 and property 2 has value2.
 

Methods in org.jpox.store with parameters of type StoreData
 void ClassesAutoStarter.addClass(StoreData data)
          Method to add a class to the starter.
 void XMLAutoStarter.addClass(StoreData data)
          Method to add a class to the starter.
 void AutoStartMechanism.addClass(StoreData data)
          Method to add a class/field (with its data) to the currently-supported list.
protected  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.jpox.store.mapped
 

Subclasses of StoreData in org.jpox.store.mapped
 class MappedStoreData
          Representation of a class/field managed by the StoreManager where the datastore persists objects into a "DatastoreClass" (table).
 

Methods in org.jpox.store.mapped that return StoreData
 StoreData[] MappedStoreManager.getStoreDataForDatastoreContainerObject(DatastoreIdentifier tableIdentifier)
          Utility to return all StoreData for a Datastore Container identifier.
 



Copyright © -2008 . All Rights Reserved.