public class MergerContext extends Object
MergerToken.execute(MergerContext)s that a
MergerToken can do its work.| Modifier and Type | Class and Description |
|---|---|
static class |
MergerContext.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
MergerContext() |
| Modifier and Type | Method and Description |
|---|---|
static MergerContext.Builder |
builder(DataMap dataMap) |
DataMap |
getDataMap()
Returns the DataMap that is the target of a the merge operation.
|
DataNode |
getDataNode() |
ModelMergeDelegate |
getDelegate()
Returns a callback object that is invoked as the merge proceeds through tokens, modifying the DataMap.
|
EntityMergeSupport |
getEntityMergeSupport() |
ObjectNameGenerator |
getNameGenerator() |
ValidationResult |
getValidationResult() |
public static MergerContext.Builder builder(DataMap dataMap)
public EntityMergeSupport getEntityMergeSupport()
public DataMap getDataMap()
public DataNode getDataNode()
public ValidationResult getValidationResult()
public ModelMergeDelegate getDelegate()
public ObjectNameGenerator getNameGenerator()
Copyright © 2001–2019 Apache Cayenne. All rights reserved.