ProjectionCapable

Interface for query objects that support field projection.

This interface extends RewritableProjection and provides access to the projection settings that control which fields are included or excluded from query results.

Parameters

Q

The type of the query object that implements this interface, enabling method chaining.

Inheritors

Properties

Link copied to clipboard
abstract val projection: Projection

The projection settings that control which fields are included in or excluded from the query results.

Functions

Link copied to clipboard
abstract fun withProjection(newProjection: Projection): Q

Creates a new query with the specified projection.