Class DefaultHintPath

All Implemented Interfaces:
GroupByPath, HintPath, KeysPath, LetPath, LimitPath, OffsetPath, OrderByPath, Path, SelectResultPath, WherePath, Statement
Direct Known Subclasses:
DefaultAsPath

@Experimental
@Public
public class DefaultHintPath
extends DefaultKeysPath
implements HintPath
Since:
2.2
Author:
Simon Baslé
  • Constructor Details

    • DefaultHintPath

      public DefaultHintPath​(AbstractPath parent)
  • Method Details

    • useIndex

      public KeysPath useIndex​(IndexReference... indexes)
      Description copied from interface: HintPath
      Hint at what index(es) to use for this query. Use IndexReference's factory methods.
      Specified by:
      useIndex in interface HintPath
    • useIndex

      public KeysPath useIndex​(String... indexes)
      Description copied from interface: HintPath
      Hint at what index(es) to use for this query by giving names (will look for default index type). The index names will be escaped.
      Specified by:
      useIndex in interface HintPath