Interface EntitySelectQuery.Builder.WithRecursiveStep

All Superinterfaces:
EntitySelectQuery.Builder
Enclosing interface:
EntitySelectQuery.Builder

public static sealed interface EntitySelectQuery.Builder.WithRecursiveStep extends EntitySelectQuery.Builder
Specifies whether this CTE requires the WITH clause to be marked as RECURSIVE.
  • Method Details

    • recursive

      Specifies that this CTE requires the WITH clause to be marked as RECURSIVE
      Returns:
      the Builder instance