|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoreData | |
org.jpox.store | Definition of the storage of the classes. |
org.jpox.store.rdbms | Package providing management of the persistence to RDBMS datastores. |
org.jpox.store.rdbms.table | Provides a series of classes modelling tables and views, firstly in RDBMS, and then extending this to JDO representations. |
Uses of StoreData in org.jpox.store |
Methods in org.jpox.store that return StoreData | |
StoreData[] |
StoreManager.getStoreDataForTable(DatastoreIdentifier tableIdentifier)
Utility to return all StoreData for a table identifier. |
Methods in org.jpox.store with parameters of type StoreData | |
protected void |
StoreManager.registerStoreData(StoreData data)
Method to register some data with the store. |
void |
AutoStartMechanism.addClass(StoreData data)
Method to add a class/field (with its data) to the currently-supported list. |
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. |
Uses of StoreData in org.jpox.store.rdbms |
Subclasses of StoreData in org.jpox.store.rdbms | |
class |
RDBMSStoreData
Representation of a class (FCO) / field (SCO) that is persisted to an RDBMS table. |
Methods in org.jpox.store.rdbms with parameters of type StoreData | |
void |
SchemaAutoStarter.addClass(StoreData data)
Method to add a class to the supported list. |
Uses of StoreData in org.jpox.store.rdbms.table |
Methods in org.jpox.store.rdbms.table with parameters of type StoreData | |
void |
SchemaTable.addClass(StoreData data,
java.sql.Connection conn)
Method to insert a row in the SchemaTable. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |