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.
- Since:
- 6.0.2
- Author:
- Michael J. Simons
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe target of this replacement. -
Method Summary
-
Method Details
-
getValue
String getValue() -
getTarget
Neo4jSpelSupport.LiteralReplacement.Target getTarget()
-