| Modifier and Type | Method and Description |
|---|---|
SQLStateManager |
SQLStateManager.getBeforeImage() |
| Modifier and Type | Method and Description |
|---|---|
SQLStateManager |
ClassDesc.newStateManagerInstance(PersistenceStore store)
Returns a new
SQLStateManager instance,
initialized with passed store manager and this instance of
the runtime class model. |
| Modifier and Type | Method and Description |
|---|---|
Object |
ForeignFieldDesc.createObjectId(SQLStateManager sm,
LocalFieldDesc fieldDesc,
Object value)
Constructs the oid of a related instance.
|
| Modifier and Type | Method and Description |
|---|---|
SQLStateManager |
UpdateObjectDescImpl.getAfterImage() |
SQLStateManager |
UpdateJoinTableDesc.getForeignStateManager() |
SQLStateManager |
UpdateJoinTableDesc.getParentStateManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateObjectDescImpl.recordUpdatedJoinTableRelationship(ForeignFieldDesc fieldDesc,
SQLStateManager parentSM,
SQLStateManager foreignSM,
int action)
Schedules a jointable entry for relationship field
fieldDesc. |
boolean |
UpdateObjectDescImpl.removeUpdatedJoinTableRelationship(ForeignFieldDesc fieldDesc,
SQLStateManager foreignSM,
int action)
Removes a previously scheduled jointable entry for relationship
field
fieldDesc. |
| Constructor and Description |
|---|
UpdateJoinTableDesc(SQLStateManager parentSM,
SQLStateManager foreignSM,
int action) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConcurrencyDBNative.commit(UpdateObjectDesc updateDesc,
SQLStateManager beforeImage,
SQLStateManager afterImage,
int logReason) |
void |
Concurrency.commit(UpdateObjectDesc updateDesc,
SQLStateManager beforeImage,
SQLStateManager afterImage,
int logReason) |
void |
ConcurrencyCheckDirty.commit(UpdateObjectDesc updateDesc,
SQLStateManager beforeImage,
SQLStateManager afterImage,
int logReason) |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateStatement.addForeignConstraints(int action,
ForeignFieldDesc f,
SQLStateManager sm) |
void |
UpdateStatement.addLocalConstraints(int action,
ForeignFieldDesc f,
SQLStateManager sm) |
Copyright © 2019. All rights reserved.