Class CayenneMapChangesStage
java.lang.Object
io.agrest.runtime.processor.update.stage.UpdateMapChangesStage
io.agrest.cayenne.processor.update.stage.CayenneMapChangesStage
- All Implemented Interfaces:
Processor<UpdateContext<?>>
- Direct Known Subclasses:
CayenneMapCreateStage,CayenneMapUpdateStage
A superclass of processors for the
UpdateStage.MAP_CHANGES stage that associates persistent
objects with update operations.- Since:
- 4.8
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(UpdateContext<?> context) protected abstract <T extends org.apache.cayenne.DataObject>
voidmap(UpdateContext<T> context) Methods inherited from class io.agrest.runtime.processor.update.stage.UpdateMapChangesStage
getInstance
-
Constructor Details
-
CayenneMapChangesStage
public CayenneMapChangesStage()
-
-
Method Details
-
execute
- Specified by:
executein interfaceProcessor<UpdateContext<?>>- Overrides:
executein classUpdateMapChangesStage
-
map
-