Class DefaultWherePath

All Implemented Interfaces:
UsingWithPath, WherePath, WithPath, Path, Statement

@Experimental
@Private
public class DefaultWherePath
extends DefaultUsingWithPath
implements WherePath
Since:
2.2
Author:
Simon Baslé
  • Constructor Details

    • DefaultWherePath

      protected DefaultWherePath​(AbstractPath parent)
  • Method Details

    • where

      public UsingWithPath where​(Expression filterExpression)
      Description copied from interface: WherePath
      Adds filtering clause to the secondary index creation.
      Specified by:
      where in interface WherePath
      Parameters:
      filterExpression - the expression to use for index filtering.
    • where

      public UsingWithPath where​(String filterExpression)
      Description copied from interface: WherePath
      Adds filtering clause to the secondary index creation.
      Specified by:
      where in interface WherePath
      Parameters:
      filterExpression - the expression to use for index filtering.