Interface ValueContextForUpdate

All Superinterfaces:
ValueContext

public interface ValueContextForUpdate extends ValueContext
This container interface provides the possibility of setting values on persisted or transient content whose structure and types conform to an underlying data model.

Path interpretation

This interface has the following specificity regarding the way paths are interpreted in path-based methods (ValueContext.getValue(Path), ValueContext.getNode(Path), setValue(Object, Path), etc.): if the specified path is absolute and this context is a record, it starts at the record root (not the dataset root).

See Also: