Uses of Interface
is.codion.framework.domain.entity.query.EntitySelectQuery.Builder
Packages that use EntitySelectQuery.Builder
-
Uses of EntitySelectQuery.Builder in is.codion.framework.domain.entity.query
Subinterfaces of EntitySelectQuery.Builder in is.codion.framework.domain.entity.queryModifier and TypeInterfaceDescriptionstatic interfaceSpecifies whether this CTE requires the WITH clause to be marked as RECURSIVE.Methods in is.codion.framework.domain.entity.query that return EntitySelectQuery.BuilderModifier and TypeMethodDescriptionstatic EntitySelectQuery.BuilderEntitySelectQuery.builder()Creates aEntitySelectQuery.BuilderSpecifies the columns clause to use, without the SELECT keyword.Specifies the from clause to use.Specifies the group by clause to use, without the GROUP BY keywords.Specifies the having clause to use, without the HAVING keyword.Specifies the order by clause to use, without the ORDER BY keywords.EntitySelectQuery.Builder.WithRecursiveStep.recursive()Specifies that this CTE requires the WITH clause to be marked as RECURSIVESpecifies the where clause to use, without the WHERE keyword.