public interface Concurrency
| Modifier and Type | Field and Description |
|---|---|
static int |
CUSTOM |
static int |
DB_EXPLICIT |
static int |
DB_NATIVE |
static int |
NONE |
static int |
OPT_MASK |
static int |
OPT_UNIQUE_ID |
static int |
OPT_VERIFY |
| 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) |
static final int CUSTOM
static final int DB_EXPLICIT
static final int DB_NATIVE
static final int NONE
static final int OPT_MASK
static final int OPT_UNIQUE_ID
static final int OPT_VERIFY
Transaction suspend()
void resume(Transaction t)
void commit(UpdateObjectDesc updateDesc, SQLStateManager beforeImage, SQLStateManager afterImage, int logReason)
void configPersistence(ClassDesc config)
void select(SelectQueryPlan plan)
void update(UpdateQueryPlan plan)
Object clone()
Copyright © 2019. All rights reserved.