Class CayenneUpdateStartStage
java.lang.Object
io.agrest.runtime.processor.update.stage.UpdateStartStage
io.agrest.cayenne.processor.update.stage.CayenneUpdateStartStage
- All Implemented Interfaces:
Processor<UpdateContext<?>>
- Since:
- 2.7
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.cayenne.ObjectContextcayenneContext(ProcessingContext<?> context) Returns Cayenne ObjectContext previously stored in the ProcessingContext by this stage.execute(UpdateContext<?> context)
-
Constructor Details
-
CayenneUpdateStartStage
-
-
Method Details
-
cayenneContext
Returns Cayenne ObjectContext previously stored in the ProcessingContext by this stage. -
execute
- Specified by:
executein interfaceProcessor<UpdateContext<?>>- Overrides:
executein classUpdateStartStage
-