| Modifier and Type | Method and Description |
|---|---|
UpdateObjectDesc |
PersistenceStore.getUpdateObjectDesc(Class classType) |
UpdateObjectDesc |
SQLStoreManager.getUpdateObjectDesc(Class classType) |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistenceStore.executeBatch(PersistenceManager pm,
UpdateObjectDesc request,
boolean forceFlush) |
void |
SQLStoreManager.executeBatch(PersistenceManager pm,
UpdateObjectDesc request,
boolean forceFlush)
Retrieves the update query plan for the specified request and
calls executeUpdateBatch for all statements in this plan.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UpdateObjectDescImpl
Stores the update information for the associated state manager.
|
| 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) |
Copyright © 2019. All rights reserved.