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ยง
- BoxedDsl 
- The into_boxedmethod
- DistinctDsl 
- The distinctmethod
- DistinctOnDsl 
- The distinct_onmethod
- ExecuteDsl 
- The executemethod
- FilterDsl 
- The filtermethod
- FindDsl
- The findmethod
- ForUpdateDsl Deprecated 
- The for_updatemethod
- LimitDsl 
- The limitmethod
- LoadQuery 
- The loadmethod
- LockingDsl 
- Methods related to locking select statements
- ModifyLock Dsl 
- Methods related to modifiers on locking select statements
- OffsetDsl 
- The offsetmethod
- OrFilterDsl 
- The or_filtermethod
- OrderDsl 
- The ordermethod
- SelectDsl 
- The selectmethod
- SelectNullable Dsl 
- The nullablemethod
- SingleValue Dsl 
- The single_valuemethod
- ThenOrder Dsl 
- The then_order_bymethod