public interface ChangeContainerOverridable
ChangeContainer
. This allows the
projection domain to define its own change container that takes precedence over the change
container defined within ContextRequest.getChangeContainer()
.
For example, this can be useful for supporting individualized ChangeContainer
information
in bulk operations such as CrudEntityService.createAll(List, ContextInfo)
and
CrudEntityService.updateAll(List, ContextInfo)
.
for usage of this interface
Modifier and Type | Method and Description |
---|---|
ChangeContainer |
getOverrideChangeContainer()
Retrieves the override change container that should be used when mapping over the projection
domain to set the change container for the repository domain.
|
void |
setOverrideChangeContainer(ChangeContainer overrideChangeContainer)
Sets the override change container for the projection domain.
|
ChangeContainer getOverrideChangeContainer()
void setOverrideChangeContainer(ChangeContainer overrideChangeContainer)
overrideChangeContainer
- the override change containerCopyright © 2021. All rights reserved.