|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoreManager.MgmtTransaction | |
com.triactive.jdo.store.mapping | |
com.triactive.jdo.store.sql |
Uses of StoreManager.MgmtTransaction in com.triactive.jdo.store.mapping |
Methods in com.triactive.jdo.store.mapping with parameters of type StoreManager.MgmtTransaction | |
void |
SetMapping.defineStorage(Table table,
StoreManager.MgmtTransaction mtx)
|
void |
SetMapping.defineConstraints(BaseTable table,
StoreManager.MgmtTransaction mtx)
|
void |
ObjectReferenceDatastoreIdMapping.defineStorage(Table table,
StoreManager.MgmtTransaction mtx)
|
void |
ObjectReferenceDatastoreIdMapping.defineConstraints(BaseTable table,
StoreManager.MgmtTransaction mtx)
Causes the mapping object to define whatever constraints it needs on its backing storage, relative to the specified table. |
void |
ObjectDatastoreIdMapping.defineStorage(Table table,
StoreManager.MgmtTransaction mtx)
Causes the mapping object to define whatever backing storage it needs, relative to the specified table. |
void |
ObjectDatastoreIdMapping.defineConstraints(BaseTable table,
StoreManager.MgmtTransaction mtx)
Causes the mapping object to define whatever constraints it needs on its backing storage, relative to the specified table. |
abstract void |
Mapping.defineStorage(Table table,
StoreManager.MgmtTransaction mtx)
Causes the mapping object to define whatever backing storage it needs, relative to the specified table. |
abstract void |
Mapping.defineConstraints(BaseTable table,
StoreManager.MgmtTransaction mtx)
Causes the mapping object to define whatever constraints it needs on its backing storage, relative to the specified table. |
void |
MapMapping.defineStorage(Table table,
StoreManager.MgmtTransaction mtx)
|
void |
MapMapping.defineConstraints(BaseTable table,
StoreManager.MgmtTransaction mtx)
|
void |
ColumnMapping.defineStorage(Table table,
StoreManager.MgmtTransaction mtx)
Causes the mapping object to define whatever backing storage it needs, relative to the specified table. Depending on the type of mapping, this may mean adding columns to the table, constructing other related table objects, or both.
Storage in this case means only tables, columns, and primary keys.
Other candidate keys, foreign keys, and indexes are added by
The StoreManager will never call this method more than once.. |
void |
ColumnMapping.defineConstraints(BaseTable table,
StoreManager.MgmtTransaction mtx)
Causes the mapping object to define whatever constraints it needs on its backing storage, relative to the specified table. Depending on the type of mapping, this may mean adding any or all of candidate keys, foreign keys, or indexes to the specified table and/or other tables.
This method only applies to base tables.
It will always be called after calling The StoreManager will never call this method more than once.. |
Uses of StoreManager.MgmtTransaction in com.triactive.jdo.store.sql |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |