Interface Neo4jSpelSupport.LiteralReplacement

Enclosing class:
Neo4jSpelSupport

public static interface Neo4jSpelSupport.LiteralReplacement
A marker interface that indicates a literal replacement in a query instead of a parameter replacement. This comes in handy in places where non-parameterizable things should be created dynamic, for example matching on set of dynamic labels, types order ordering in a dynamic way.