Class RequestExecutor

java.lang.Object
org.neo4j.ogm.session.request.RequestExecutor

public class RequestExecutor extends Object
Plans request execution and processes the response.
Author:
Luanne Misquitta, Vince Bickers, Jasper Blues
  • Constructor Details

    • RequestExecutor

      public RequestExecutor(Neo4jSession session)
  • Method Details

    • executeSave

      public void executeSave(CompileContext context)
      Execute a save request. Decides how the request is split depending upon characteristics of what is to be saved. Processes the response(s) and updates the mapping context.
      Parameters:
      context - the CompileContext for this request