Module is.codion.framework.domain
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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface is.codion.framework.domain.entity.query.EntitySelectQuery.Builder
EntitySelectQuery.Builder.WithAsStep, EntitySelectQuery.Builder.WithRecursiveStep -
Method Summary
Modifier and TypeMethodDescriptionSpecifies that this CTE requires the WITH clause to be marked as RECURSIVE
-
Method Details
-
recursive
EntitySelectQuery.Builder recursive()Specifies that this CTE requires the WITH clause to be marked as RECURSIVE- Returns:
- the Builder instance
-