Class DefaultGraphModelRequest

java.lang.Object
org.neo4j.ogm.cypher.query.CypherQuery
org.neo4j.ogm.cypher.query.DefaultGraphModelRequest
All Implemented Interfaces:
org.neo4j.ogm.request.GraphModelRequest, org.neo4j.ogm.request.Statement

public class DefaultGraphModelRequest extends CypherQuery implements org.neo4j.ogm.request.GraphModelRequest
Author:
Vince Bickers
  • Constructor Details

    • DefaultGraphModelRequest

      public DefaultGraphModelRequest(String cypher, Map<String,?> parameters)
  • Method Details

    • getResultDataContents

      public String[] getResultDataContents()
      Specified by:
      getResultDataContents in interface org.neo4j.ogm.request.Statement
      Overrides:
      getResultDataContents in class CypherQuery