Package cz.encircled.joiner.query
Class CollectionJoinerQuery<T,R>
java.lang.Object
cz.encircled.joiner.query.JoinerQueryBase<T,R>
cz.encircled.joiner.query.CollectionJoinerQuery<T,R>
- All Implemented Interfaces:
com.querydsl.core.types.Expression<R>,com.querydsl.core.types.SubQueryExpression<R>,JoinerQuery<T,,R> JoinRoot,Serializable
Used for subqueries in 'exists' operations
- See Also:
-
Field Summary
Fields inherited from class cz.encircled.joiner.query.JoinerQueryBase
lastJoin -
Constructor Summary
ConstructorsConstructorDescriptionCollectionJoinerQuery(com.querydsl.core.types.CollectionExpression<?, T> from, com.querydsl.core.types.Expression<R> alias) -
Method Summary
Methods inherited from class cz.encircled.joiner.query.JoinerQueryBase
accept, addFeatures, addFeatures, addHint, andWhere, asc, cacheable, cacheRegion, copy, count, desc, distinct, equals, flushMode, getAllJoins, getCacheable, getCacheRegion, getFeatures, getFlushMode, getFrom, getGroupBy, getHaving, getHints, getJoinGraphs, getJoins, getLimit, getMetadata, getOffset, getOrder, getReturnProjection, getTimeout, getType, getWhere, groupBy, groupBy, hashCode, having, isCount, isDistinct, isStatelessSession, joinGraphs, joinGraphs, joinGraphs, joins, joins, joins, joins, limit, offset, orWhere, removeJoin, setStatelessSession, timeout, toString, useStatelessSession, where
-
Constructor Details
-
CollectionJoinerQuery
-
-
Method Details
-
getFromCollection
-
copy
- Specified by:
copyin interfaceJoinerQuery<T,R> - Overrides:
copyin classJoinerQueryBase<T,R>
-