Uses of Class
org.neo4j.cypherdsl.core.Hint
Packages that use Hint
-
Uses of Hint in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return HintModifier and TypeMethodDescriptionstatic HintHint.useIndexFor(boolean seek, Property... properties) Creates an index hint.static HintHint.useJoinOn(SymbolicName... name) Creates a join hint on one or more symbolic names.static HintHint.useScanFor(Node node) Creates an index scan hint.