public class ConcurrencyDBNative extends Object implements Concurrency
| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
logger
The logger
|
CUSTOM, DB_EXPLICIT, DB_NATIVE, NONE, OPT_MASK, OPT_UNIQUE_ID, OPT_VERIFY| Constructor and Description |
|---|
ConcurrencyDBNative() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
void |
commit(UpdateObjectDesc updateDesc,
SQLStateManager beforeImage,
SQLStateManager afterImage,
int logReason) |
void |
configPersistence(ClassDesc config) |
void |
resume(Transaction t) |
void |
select(SelectQueryPlan plan) |
Transaction |
suspend() |
void |
update(UpdateQueryPlan plan) |
protected static final Logger logger
public void commit(UpdateObjectDesc updateDesc, SQLStateManager beforeImage, SQLStateManager afterImage, int logReason)
commit in interface Concurrencypublic void configPersistence(ClassDesc config)
configPersistence in interface Concurrencypublic Transaction suspend()
suspend in interface Concurrencypublic void resume(Transaction t)
resume in interface Concurrencypublic void select(SelectQueryPlan plan)
select in interface Concurrencypublic void update(UpdateQueryPlan plan)
update in interface Concurrencypublic Object clone()
clone in interface Concurrencyclone in class ObjectCopyright © 2019. All rights reserved.