| Modifier and Type | Method and Description |
|---|---|
void |
SQLStateManager.replaceCollection(ForeignFieldDesc ff,
Collection c)
This method serves two purposes:
1.
|
| Modifier and Type | Method and Description |
|---|---|
ForeignFieldDesc |
ForeignFieldDesc.getInverseRelationshipField() |
| Modifier and Type | Method and Description |
|---|---|
RetrieveDesc |
ClassDesc.getRetrieveDescForFKQuery(ForeignFieldDesc foreignField,
PersistenceStore store)
Returns a RetrieveDescriptor which represent a SQL query selecting pc
instances by the relationship key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultDesc.doJoin(ResultDesc foreignResult,
ForeignFieldDesc parentField)
Joins foreignResult with this resultDesc
|
void |
UpdateObjectDescImpl.recordUpdatedJoinTableRelationship(ForeignFieldDesc fieldDesc,
SQLStateManager parentSM,
SQLStateManager foreignSM,
int action)
Schedules a jointable entry for relationship field
fieldDesc. |
boolean |
UpdateObjectDescImpl.removeUpdatedJoinTableRelationship(ForeignFieldDesc fieldDesc,
SQLStateManager foreignSM,
int action)
Removes a previously scheduled jointable entry for relationship
field
fieldDesc. |
void |
ResultDesc.setParentField(ForeignFieldDesc parentField)
Set the field that is the recipient of the result of this ResultDesc.
|
| Modifier and Type | Field and Description |
|---|---|
protected ForeignFieldDesc |
SelectQueryPlan.parentField
This foreign field joins this plan to the parent plan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateStatement.addForeignConstraints(int action,
ForeignFieldDesc f,
SQLStateManager sm) |
void |
UpdateStatement.addLocalConstraints(int action,
ForeignFieldDesc f,
SQLStateManager sm) |
| Constructor and Description |
|---|
CorrelatedExistSelectPlan(RetrieveDesc desc,
SQLStoreManager store,
ForeignFieldDesc parentField,
SelectQueryPlan parentPlan) |
CorrelatedInSelectPlan(RetrieveDesc desc,
SQLStoreManager store,
ForeignFieldDesc parentField,
SelectQueryPlan parentPlan) |
CorrelatedSelectPlan(RetrieveDesc desc,
SQLStoreManager store,
ForeignFieldDesc parentField,
SelectQueryPlan parentPlan) |
Copyright © 2019. All rights reserved.