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_boxed methodThe
distinct methodThe
execute methodThe
filter methodThe
find methodThe
group_by methodThe
having methodThe
limit methodThe
load methodMethods related to locking select statements
Methods related to modifiers on locking select statements
The
offset methodThe
or_filter methodThe
order methodThe
select methodThe
nullable methodThe
single_value methodThe
then_order_by methodType Definitions
The return type of
LoadQuery<C, U>::internal_load()