| Constructor and Description |
|---|
SQLStateManager(PersistenceStore store,
ClassDesc persistenceConfig)
Construct a new SQLStateManager so that it locks or does not lock as
per whether or not it is used in a managed environment.
|
| Modifier and Type | Field and Description |
|---|---|
protected ClassDesc |
FieldDesc.classDesc
Back pointer to declaring class descriptor.
|
ClassDesc |
ForeignFieldDesc.foreignConfig
Class descriptor for the class of this relationship field.
|
| Modifier and Type | Method and Description |
|---|---|
ClassDesc |
UpdateObjectDescImpl.getConfig() |
ClassDesc |
RetrieveDescImpl.getConfig() |
| Constructor and Description |
|---|
ResultDesc(ClassDesc config,
int aggregateResultType) |
RetrieveDescImpl(Class pcClass,
ClassDesc config) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConcurrencyDBNative.configPersistence(ClassDesc config) |
void |
Concurrency.configPersistence(ClassDesc config) |
| Modifier and Type | Field and Description |
|---|---|
protected ClassDesc |
QueryPlan.config |
| Modifier and Type | Method and Description |
|---|---|
ClassDesc |
QueryPlan.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
QueryTable |
QueryPlan.addQueryTable(org.netbeans.modules.dbschema.TableElement tableElement,
ClassDesc persistenceConfig)
Identifies a database table which will become part of this
query plan.
|
protected void |
CorrelatedSelectPlan.addQueryTables(ArrayList columnList,
ClassDesc config)
Adds the query tables corresponding to the columns in
columnList. |
Copyright © 2017. All rights reserved.