Class BoltRequest

java.lang.Object
org.neo4j.ogm.drivers.bolt.request.BoltRequest
All Implemented Interfaces:
org.neo4j.ogm.request.Request

public class BoltRequest extends Object implements org.neo4j.ogm.request.Request
Author:
Vince Bickers, Luanne Misquitta, Michael J. Simons
  • Constructor Summary

    Constructors
    Constructor
    Description
    BoltRequest(org.neo4j.ogm.transaction.Transaction transaction, org.neo4j.ogm.driver.ParameterConversion parameterConversion, BoltEntityAdapter entityAdapter, Function<String,String> cypherModification)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.neo4j.ogm.response.Response<org.neo4j.ogm.model.RowModel>
    execute(org.neo4j.ogm.request.DefaultRequest query)
     
    org.neo4j.ogm.response.Response<org.neo4j.ogm.model.GraphModel>
    execute(org.neo4j.ogm.request.GraphModelRequest request)
     
    org.neo4j.ogm.response.Response<org.neo4j.ogm.model.GraphRowListModel>
    execute(org.neo4j.ogm.request.GraphRowListModelRequest request)
     
    org.neo4j.ogm.response.Response<org.neo4j.ogm.model.RestModel>
    execute(org.neo4j.ogm.request.RestModelRequest request)
     
    org.neo4j.ogm.response.Response<org.neo4j.ogm.model.RowModel>
    execute(org.neo4j.ogm.request.RowModelRequest request)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BoltRequest

      public BoltRequest(org.neo4j.ogm.transaction.Transaction transaction, org.neo4j.ogm.driver.ParameterConversion parameterConversion, BoltEntityAdapter entityAdapter, Function<String,String> cypherModification)
  • Method Details

    • execute

      public org.neo4j.ogm.response.Response<org.neo4j.ogm.model.GraphModel> execute(org.neo4j.ogm.request.GraphModelRequest request)
      Specified by:
      execute in interface org.neo4j.ogm.request.Request
    • execute

      public org.neo4j.ogm.response.Response<org.neo4j.ogm.model.RowModel> execute(org.neo4j.ogm.request.RowModelRequest request)
      Specified by:
      execute in interface org.neo4j.ogm.request.Request
    • execute

      public org.neo4j.ogm.response.Response<org.neo4j.ogm.model.RowModel> execute(org.neo4j.ogm.request.DefaultRequest query)
      Specified by:
      execute in interface org.neo4j.ogm.request.Request
    • execute

      public org.neo4j.ogm.response.Response<org.neo4j.ogm.model.GraphRowListModel> execute(org.neo4j.ogm.request.GraphRowListModelRequest request)
      Specified by:
      execute in interface org.neo4j.ogm.request.Request
    • execute

      public org.neo4j.ogm.response.Response<org.neo4j.ogm.model.RestModel> execute(org.neo4j.ogm.request.RestModelRequest request)
      Specified by:
      execute in interface org.neo4j.ogm.request.Request