Interface CypherStatementBuilder

All Known Implementing Classes:
DeletedRelationshipEntityStatementBuilder, DeletedRelationshipStatementBuilder, ExistingNodeStatementBuilder, ExistingRelationshipStatementBuilder, NewNodeStatementBuilder, NewRelationshipStatementBuilder

public interface CypherStatementBuilder
Author:
Vince Bickers, Mark Angrish
  • Method Summary

    Modifier and Type
    Method
    Description
    org.neo4j.ogm.request.Statement
    Builds one or more Cypher clauses and their parameters.
  • Method Details

    • build

      org.neo4j.ogm.request.Statement build()
      Builds one or more Cypher clauses and their parameters.
      Returns:
      A fully constructed cypher statement.