Interface UpdateValuesAnalysis
- All Superinterfaces:
ValuesAnalysis
- All Known Implementing Classes:
UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
Contains an aggregated analysis of the values for an update mutation
to determine behavior such as skipping tables which contained no changes,
etc.
-
Method Summary
Modifier and TypeMethodDescriptionDescriptors for the analysis of each attributeDescriptor of the tables needing to be updated.Descriptor of the tables which had any non-null value bindingsDescriptor of the tables which had any non-null value bindingsObject[]
-
Method Details
-
getValues
Object[] getValues() -
getTablesNeedingUpdate
TableSet getTablesNeedingUpdate()Descriptor of the tables needing to be updated.- API Note:
- Inverse tables are not included in the result
-
getTablesWithNonNullValues
TableSet getTablesWithNonNullValues()Descriptor of the tables which had any non-null value bindings -
getTablesWithPreviousNonNullValues
TableSet getTablesWithPreviousNonNullValues()Descriptor of the tables which had any non-null value bindings -
getTablesNeedingDynamicUpdate
TableSet getTablesNeedingDynamicUpdate() -
getAttributeAnalyses
List<AttributeAnalysis> getAttributeAnalyses()Descriptors for the analysis of each attribute
-