|
||||||||||
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 |
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.. |
void |
MapMapping.defineConstraints(BaseTable table,
StoreManager.MgmtTransaction mtx)
|
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 |
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. |
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 |
SetMapping.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.. |
void |
MapMapping.defineStorage(Table table,
StoreManager.MgmtTransaction mtx)
|
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. |
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 |
ObjectReferenceDatastoreIdMapping.defineStorage(Table table,
StoreManager.MgmtTransaction mtx)
|
void |
SetMapping.defineStorage(Table table,
StoreManager.MgmtTransaction mtx)
|
Uses of StoreManager.MgmtTransaction in com.triactive.jdo.store.sql |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |