public interface CypherEmitter
| Modifier and Type | Method and Description |
|---|---|
void |
emit(StringBuilder queryBuilder,
Map<String,Object> parameters)
Emits one or more Cypher clauses.
|
void emit(StringBuilder queryBuilder, Map<String,Object> parameters)
queryBuilder - The StringBuilder to which the Cypher should be appendedparameters - A Map to which Cypher parameter values may optionally be added as the query is built upCopyright © 2016 Neo Technology, Inc.. All rights reserved.