Interface EntitySelectQuery


public sealed interface EntitySelectQuery
Defines a select query or parts of a select query, that is, from, columns, where, groupBy, having and orderBy clauses. Supports Common Table Expressions (CTEs) via the EntitySelectQuery.Builder.with(String) method. EntitySelectQuery.Builder provided by builder().