Expand description
The traits used by QueryDsl.
Each trait in this module represents exactly one method from QueryDsl.
Apps should general rely on QueryDsl directly, rather than these traits.
However, generic code may need to include a where clause that references
these traits.
Traits
- The
into_boxedmethod - The
distinctmethod - DistinctOnDsl
postgres_backendThedistinct_onmethod - The
executemethod - The
filtermethod - The
findmethod - The
group_bymethod - The
havingmethod - The
limitmethod - The
loadmethod - Methods related to locking select statements
- Methods related to modifiers on locking select statements
- The
offsetmethod - The
or_filtermethod - The
ordermethod - The
selectmethod - The
nullablemethod - The
single_valuemethod - The
then_order_bymethod
Type Definitions
- The return type of
LoadQuery<C, U>::internal_load()