| Modifier and Type | Method and Description |
|---|---|
Concurrency |
ClassDesc.getConcurrency(boolean optimistic) |
| Modifier and Type | Method and Description |
|---|---|
Concurrency |
UpdateObjectDescImpl.getConcurrency() |
| Modifier and Type | Method and Description |
|---|---|
SelectQueryPlan |
RetrieveDescImpl.buildQueryPlan(SQLStoreManager store,
Concurrency concurrency)
Builds the internal query plan and initializes the select statements.
|
void |
UpdateObjectDescImpl.setConcurrency(Concurrency concurrency) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrencyCheckDirty |
class |
ConcurrencyDBExplicit |
class |
ConcurrencyDBNative |
class |
ConcurrencyOptVerify |
| Modifier and Type | Method and Description |
|---|---|
static SelectQueryPlan |
SelectQueryPlan.newInstance(RetrieveDescImpl desc,
SQLStoreManager store,
Concurrency concurrency)
Creates a new instance of SelectQueryPlan depending on the retrieve
descriptor options.
|
| Constructor and Description |
|---|
SelectQueryPlan(ActionDesc desc,
SQLStoreManager store,
Concurrency concurrency)
Creates a new SelectQueryPlan.
|
Copyright © 2017. All rights reserved.