-
-
-
-
-
Serialized Fields
-
cacheable
Boolean cacheable
-
cacheRegion
String cacheRegion
-
distinct
boolean distinct
-
features
List<QueryFeature> features
-
flushMode
jakarta.persistence.FlushModeType flushMode
-
from
com.querydsl.core.types.EntityPath<T> from
-
groupBy
List<com.querydsl.core.types.Expression<?>> groupBy
-
having
com.querydsl.core.types.Predicate having
-
hints
LinkedHashMap<String,List<Object>> hints
-
isCount
boolean isCount
-
isStatelessSession
Boolean isStatelessSession
-
joinGraphs
Set<Object> joinGraphs
-
joins
Map<String,JoinDescription> joins
Alias to join
-
lastJoin
JoinDescription lastJoin
-
limit
Integer limit
-
offset
Integer offset
-
orders
List<QueryOrder> orders
-
returnProjection
com.querydsl.core.types.Expression<R> returnProjection
-
subQueryMetadata
com.querydsl.core.QueryMetadata subQueryMetadata
Is filled during predicate resolving in case when this query is a sub-query
-
timeout
Integer timeout
-
where
com.querydsl.core.types.Predicate where
-